summaryrefslogtreecommitdiff
path: root/users/app/models/login_format_validation.rb
AgeCommit message (Collapse)Author
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.