summaryrefslogtreecommitdiff
path: root/users/app/models/login_format_validation.rb
AgeCommit message (Collapse)Author
2014-04-08moving users: app and test filesAzul
2013-09-05For moment, have identity's address handle aliased from login so we can use ↵jessib
LoginFormatValidation. However, this is not how we will want it eventually. One issue is that the errors messages are set on login, rather than the appropriate field.
2013-08-21use the same login validations on sessions and usersAzul
The session ones were outdated so valid usernames could not login if they contained a '.' Refactored so both models use the same module for this validation to ensure consistency.