Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Better spotting of signing in on /auth form. | Matthew Somerville | 2014-06-20 | -2/+4 |
| | | | | | | | | | If your browser autocompleted form fields, you could fill in the signing in part of the form but still be sent a confirmation email. This commit will now default to trying to sign in if the sign in button is clicked or there is data in the signing in password field. Fixes #816. | |||
* | Don't remove /M tokens upon use. | Matthew Somerville | 2013-05-10 | -4/+1 |
| | ||||
* | Redirect better to prevent possible infinite loop, update test. | Matthew Somerville | 2013-02-05 | -1/+4 |
| | ||||
* | Redirect from auth to admin if already logged in on Zurich. | Matthew Somerville | 2013-02-05 | -1/+2 |
| | ||||
* | Zurich admin auth with front end. | Matthew Somerville | 2012-12-19 | -1/+1 |
| | ||||
* | inital pass at sign in/sign out functionality | Struan Donald | 2012-06-01 | -0/+49 |
| | ||||
* | Carry through name/phone/password updates through report/update creation via ↵ | Matthew Somerville | 2011-07-04 | -3/+7 |
| | | | | token. Only store encrypted password, and override EncodedColumn to prevent double encrypting. | |||
* | Assume if they've filled in one side of the password form, they're ↵ | Matthew Somerville | 2011-07-01 | -1/+2 |
| | | | | submitting that side. | |||
* | Get cookie expiry to work, and correct IDs on checkboxes. | Matthew Somerville | 2011-06-29 | -1/+5 |
| | ||||
* | Sign in over login; tidy CSS. | Matthew Somerville | 2011-06-24 | -26/+28 |
| | ||||
* | Allow people to give name/pw on auth page. | Matthew Somerville | 2011-06-24 | -8/+13 |
| | ||||
* | Use bcrypt. | Matthew Somerville | 2011-06-24 | -2/+1 |
| | ||||
* | Implement redirect upon sign in to where the user came from; tidy up error ↵ | Matthew Somerville | 2011-06-21 | -18/+46 |
| | | | | display. | |||
* | Add the 'remember_me' checkbox on login | Edmund von der Burg | 2011-04-07 | -2/+8 |
| | ||||
* | auth related fixes | Edmund von der Burg | 2011-03-24 | -1/+6 |
| | ||||
* | use .txt suffix on email templates | Edmund von der Burg | 2011-03-23 | -1/+1 |
| | ||||
* | Clean up the flow - only mxcheck emails if we need to (ie not for logging in) | Edmund von der Burg | 2011-03-04 | -28/+25 |
| | ||||
* | Completed auth section (main parts at least) | Edmund von der Burg | 2011-03-04 | -44/+98 |
| | ||||
* | Allow users to create an account, confirm it and logout | Edmund von der Burg | 2011-03-03 | -0/+178 |