Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename login_domain_blacklist to email_domain_blacklist and ↵ | Frédéric Buclin | 2017-02-22 | 1 | -2/+2 |
| | | | | login_username_blacklist to login_blacklist | ||||
* | Add an email domain blacklist | Frédéric Buclin | 2017-02-22 | 1 | -1/+11 |
| | |||||
* | Do not allow _'s or -'s in usernames. | Colin Guthrie | 2014-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | As discovered with david-david's account, the - in the username can cause lots of problems with iurt (various regexps everywhere). So let's just ban -'s in the username. Also, I'm ifnormed by Akien that _'s cause problems due to: http://www.mediawiki.org/wiki/Extension:LDAP_Authentication/FAQ#Authentication_fails_for_usernames_with_underscores.3B_how_do_I_fix_this.3F So let's just ban _'s too. | ||||
* | Try to make captcha easier | Nicolas Vigier | 2014-03-01 | 1 | -6/+4 |
| | |||||
* | captcha: Remove N as it can be confused with Z | Nicolas Vigier | 2013-09-22 | 1 | -1/+0 |
| | |||||
* | Plugin::Captcha: increase particles, and add colors | Nicolas Vigier | 2013-09-11 | 1 | -1/+3 |
| | |||||
* | Plugin::Captcha: set rnd_data to include some letters | Nicolas Vigier | 2013-09-11 | 1 | -0/+32 |
| | |||||
* | Plugin::Captcha: change size and number of lines | Nicolas Vigier | 2013-09-11 | 1 | -3/+3 |
| | |||||
* | Plugin::Captcha: enable scramble | Nicolas Vigier | 2013-09-11 | 1 | -0/+1 |
| | |||||
* | add option to change the regex used to validate username | Nicolas Vigier | 2012-07-06 | 1 | -0/+1 |
| | |||||
* | Add error pages for user self-editing buttons, and correctly collect ldap ↵ | Buchan Milne | 2011-02-16 | 1 | -0/+1 |
| | | | | errors Respect Controller::User::editable_attrs in user editing page Add preferredLanguage to editable_attrs | ||||
* | Add a means to filter out users who arent allowed to reset passwords with ↵ | Buchan Milne | 2011-01-22 | 1 | -0/+1 |
| | | | | only email verification (by default users who don't match (!(objectclass=posixAccount)) Fix email template to use configurable project url | ||||
* | commit implement forgot_password patch from Maarten Vanraes | Romain d'Alverny | 2011-01-07 | 1 | -0/+7 |
| | |||||
* | Display sshPublicKey as editable to normal users on their own account | Michael Scherer | 2011-01-06 | 1 | -0/+1 |
| | | | | (cherry picked from commit 8116a196a1bd1e3632a84086435e667589ff7a24) | ||||
* | - do not hardcode project url in mail sent, use a configuration for that | Michael Scherer | 2010-12-21 | 1 | -0/+1 |
| | |||||
* | add ipv6 support by default ( at least as example on how to do it ), patch ↵ | Michael Scherer | 2010-12-16 | 1 | -0/+4 |
| | | | | by Maarten Vanraes | ||||
* | fix typo in default config file ( patch from Maarten Vanraes) | Michael Scherer | 2010-12-13 | 1 | -1/+1 |
| | |||||
* | add a configurable blacklist of login, to complete previous commit | Michael Scherer | 2010-12-06 | 1 | -0/+4 |
| | |||||
* | Switch to View::Email::Template for emails | Buchan Milne | 2010-11-04 | 1 | -1/+1 |
| | | | | | | | | | 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 | -0/+1 |
| | | | | | | | | session id Initial work on admin password resets of users, email notification to user still not working | ||||
* | Add some account admin features | Buchan Milne | 2010-11-03 | 1 | -4/+4 |
| | |||||
* | Add some CSS themeing, and refactor some template stuff using preprocess | Buchan Milne | 2010-11-02 | 1 | -0/+3 |
| | | | | | | Add missing tempaltes | ||||
* | Use roles | Buchan Milne | 2010-11-02 | 1 | -4/+6 |
| | |||||
* | - fix small typo in example config file | Michael Scherer | 2010-10-29 | 1 | -1/+1 |
| | |||||
* | Clean up repo | Buchan Milne | 2010-10-26 | 1 | -0/+125 |