summaryrefslogtreecommitdiff
path: root/users/app/models/session.rb
AgeCommit message (Collapse)Author
2014-04-08moving users: app and test filesAzul
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.
2012-11-22using client side validations for loginAzul