forked from Public/pics
Fix IPv4-only remnant.
This commit is contained in:
@@ -81,7 +81,7 @@ class Member extends User
|
||||
'emailaddress' => 'string-255',
|
||||
'password_hash' => 'string-255',
|
||||
'creation_time' => 'int',
|
||||
'ip_address' => 'string-15',
|
||||
'ip_address' => 'string-45',
|
||||
'is_admin' => 'int',
|
||||
], $new_user, ['id_user']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user