mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some more fixes and tests.
This commit is contained in:
@@ -20,8 +20,8 @@ class User extends Elegant implements UserInterface, RemindableInterface
|
||||
|
||||
public static $rules
|
||||
= [
|
||||
'email' => 'email|unique:users,email',
|
||||
'migrated' => 'numeric|between:0,1',
|
||||
'email' => 'required|email|unique:users,email',
|
||||
'migrated' => 'required|numeric|between:0,1',
|
||||
'password' => 'between:60,60',
|
||||
'verification' => 'between:32,32',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user