English
Appearance
Snippet checks whether a user with the given username exists. Returns an error if the user is not found. Used for password recovery.
... 'customValidators' => 'aflUserNotExists', 'validate' => 'email:required:aflUserNotExists', ...