Class: UsersAuthentication::Status

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/fetty/authentication/templates/lib/users_authentication.rb

Constant Summary collapse

Valid =
0
Unexist =
1
InvalidPassword =
2
Inactivated =
3
Activated =
4
Error =
5