aboutsummaryrefslogtreecommitdiffstats
path: root/catdap.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove a warning about the encoding parameter (mga#20687)Frédéric Buclin2017-04-171-0/+1
|
* Rename login_domain_blacklist to email_domain_blacklist and ↵Frédéric Buclin2017-02-221-2/+2
| | | | login_username_blacklist to login_blacklist
* Add an email domain blacklistFrédéric Buclin2017-02-221-1/+11
|
* Do not allow _'s or -'s in usernames.Colin Guthrie2014-03-281-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 easierNicolas Vigier2014-03-011-6/+4
|
* captcha: Remove N as it can be confused with ZNicolas Vigier2013-09-221-1/+0
|
* Plugin::Captcha: increase particles, and add colorsNicolas Vigier2013-09-111-1/+3
|
* Plugin::Captcha: set rnd_data to include some lettersNicolas Vigier2013-09-111-0/+32
|
* Plugin::Captcha: change size and number of linesNicolas Vigier2013-09-111-3/+3
|
* Plugin::Captcha: enable scrambleNicolas Vigier2013-09-111-0/+1
|
* add option to change the regex used to validate usernameNicolas Vigier2012-07-061-0/+1
|
* Add error pages for user self-editing buttons, and correctly collect ldap ↵Buchan Milne2011-02-161-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 Milne2011-01-221-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 VanraesRomain d'Alverny2011-01-071-0/+7
|
* Display sshPublicKey as editable to normal users on their own accountMichael Scherer2011-01-061-0/+1
| | | | (cherry picked from commit 8116a196a1bd1e3632a84086435e667589ff7a24)
* - do not hardcode project url in mail sent, use a configuration for thatMichael Scherer2010-12-211-0/+1
|
* add ipv6 support by default ( at least as example on how to do it ), patch ↵Michael Scherer2010-12-161-0/+4
| | | | by Maarten Vanraes
* fix typo in default config file ( patch from Maarten Vanraes)Michael Scherer2010-12-131-1/+1
|
* add a configurable blacklist of login, to complete previous commitMichael Scherer2010-12-061-0/+4
|
* Switch to View::Email::Template for emailsBuchan Milne2010-11-041-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 Milne2010-11-031-0/+1
| | | | | | | | session id Initial work on admin password resets of users, email notification to user still not working
* Add some account admin featuresBuchan Milne2010-11-031-4/+4
|
* Add some CSS themeing, and refactor some template stuff using preprocessBuchan Milne2010-11-021-0/+3
| | | | | | Add missing tempaltes
* Use rolesBuchan Milne2010-11-021-4/+6
|
* - fix small typo in example config fileMichael Scherer2010-10-291-1/+1
|
* Clean up repoBuchan Milne2010-10-261-0/+125