Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dont hardcode filters, but use user's store configuration | Buchan Milne | 2010-11-25 | 1 | -8/+15 |
| | | | | | | This allows configuration of which user attribute to login with, by only changing authentication configuration (e.g. in catdap_local.yml) | ||||
* | - factorise the code who deal with ip ( so we can change it at one place for ↵ | Michael Scherer | 2010-11-24 | 1 | -4/+8 |
| | | | | ipv6 support ) | ||||
* | Dont use Data::Dumper | Buchan Milne | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | Switch to View::Email::Template for emails | Buchan Milne | 2010-11-04 | 1 | -16/+31 |
| | | | | | | | | | Complete password reset by admin, and localise in user's preferredLanguage Localise all /user content Require re-entry of current password on password change Clean up debugging | ||||
* | Fixed registration sequence for password encryption with cookie instead of ↵ | Buchan Milne | 2010-11-03 | 1 | -17/+45 |
| | | | | | | | | session id Initial work on admin password resets of users, email notification to user still not working | ||||
* | Update cookie expiry on successful re-auth | Buchan Milne | 2010-11-03 | 1 | -0/+1 |
| | |||||
* | Use a generated UUID stored in a cookie, instead of the session key, as a ↵ | Buchan Milne | 2010-11-03 | 1 | -3/+14 |
| | | | | | | | | | | portion of the encryption key we use to encrypt the password for storage in the session. It should now be more or less impossible for an attacker to get the password, as they need access to the browser and the server. | ||||
* | Indenting fixes by perltidy | Buchan Milne | 2010-11-03 | 1 | -254/+258 |
| | |||||
* | Add some CSS themeing, and refactor some template stuff using preprocess | Buchan Milne | 2010-11-02 | 1 | -2/+32 |
| | | | | | | Add missing tempaltes | ||||
* | Add more useful logging, remove some more debug logging | Buchan Milne | 2010-10-28 | 1 | -1/+0 |
| | |||||
* | Clean up repo | Buchan Milne | 2010-10-26 | 1 | -0/+335 |