summaryrefslogtreecommitdiff
path: root/users/lib/warden/strategies/secure_remote_password.rb
AgeCommit message (Expand)Author
2014-04-08move users: config and libAzul
2013-09-23security fix: clear srp data from db asap (#3686)Azul
2013-08-08close srp vulnerability and report error in webappAzul
2013-07-16use ruby-srp 0.2.0 which has a hex based apiAzul
2013-07-12print debug info on failed login attemptsAzul
2013-06-27Want to tweak some, but start to displaying base generic message via javascript.jessib
2013-03-05Merge branch 'master' into feature/limit_user_leakAzul
2013-02-28When attempting to login, the error messages should not leak information abou...jessib
2013-02-26api for sessions fixedAzul
2013-02-06using ruby-srp 0.1.5 SRP::Client to wrap user in sessionAzul
2012-11-26fixed login error message on wrong usernameAzul
2012-11-23identify user by id so rerendering the form does not use new invalid loginAzul
2012-11-22beautify login workflowAzul
2012-11-09seperated the warden classes from the initializerAzul