| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename login_domain_blacklist to email_domain_blacklist and login_username_bl... | Frédéric Buclin | 2017-02-22 | 1 | -2/+2 |
* | Add an email domain blacklist | Frédéric Buclin | 2017-02-22 | 1 | -6/+13 |
* | Better fix for handling IPv6 addresses | Pascal Terjan | 2016-12-06 | 1 | -2/+2 |
* | Fix previous commit | Pascal Terjan | 2016-12-06 | 1 | -1/+2 |
* | Fix prefix for IPv6 users | Pascal Terjan | 2016-12-06 | 1 | -5/+3 |
* | add option to change the regex used to validate username | Nicolas Vigier | 2012-07-06 | 1 | -1/+2 |
* | more informative error message | Romain d'Alverny | 2012-06-30 | 1 | -2/+2 |
* | code layout | Romain d'Alverny | 2011-07-27 | 1 | -19/+18 |
* | fix the redirection | Michael Scherer | 2011-07-21 | 1 | -1/+1 |
* | let a user who is set as a owner of the group manage it | Michael Scherer | 2011-07-21 | 1 | -1/+6 |
* | fix the order of the regexp, as test complain | Michael Scherer | 2011-07-21 | 1 | -1/+1 |
* | group the $mainrole related stuff together, check the permission after gettin... | Michael Scherer | 2011-07-21 | 1 | -3/+7 |
* | refactor the ldap query, and do it sooner so we can use it for access control | Michael Scherer | 2011-07-21 | 1 | -11/+14 |
* | fix code, Catalyst::Result do not have a forward method | Michael Scherer | 2011-07-21 | 1 | -1/+1 |
* | fix the regexp, so we can manage mga-* group | Michael Scherer | 2011-07-21 | 1 | -1/+1 |
* | more string to translate | Michael Scherer | 2011-07-17 | 1 | -8/+8 |
* | sort user to promote by login | Michael Scherer | 2011-07-17 | 1 | -0/+1 |
* | add a array to store who was promoted, to pass to template | Michael Scherer | 2011-07-17 | 1 | -0/+4 |
* | - fix regexp error, broke trunk, spotted by rda | Michael Scherer | 2011-05-05 | 1 | -2/+2 |
* | - relax check on first name and usrname ( #966 ) | Michael Scherer | 2011-04-26 | 1 | -2/+2 |
* | Try and do some correction of languages (e.g. it-it to it, i-default to en) | Buchan Milne | 2011-02-25 | 1 | -5/+26 |
* | Dont add an extra / to url in mail to user, or the path wont match in user/fi... | Buchan Milne | 2011-02-25 | 1 | -1/+1 |
* | Fix admin submenu for group-only admins | Buchan Milne | 2011-02-20 | 1 | -6/+10 |
* | Allow group admins in /admin/group_modify | Buchan Milne | 2011-02-20 | 1 | -1/+3 |
* | Initial group editing, still needs some work, but functional for adding/remov... | Buchan Milne | 2011-02-20 | 1 | -16/+60 |
* | Add some language debugging | Buchan Milne | 2011-02-20 | 1 | -0/+2 |
* | Fix displaying of groups with spaces in the name Fix non-ascii user details i... | Buchan Milne | 2011-02-16 | 1 | -4/+13 |
* | Add error pages for user self-editing buttons, and correctly collect ldap err... | Buchan Milne | 2011-02-16 | 1 | -7/+11 |
* | String updates | Buchan Milne | 2011-02-15 | 1 | -1/+1 |
* | Fix display of non-ascii characters (may need some work in admin for multi-va... | Buchan Milne | 2011-02-15 | 2 | -1/+11 |
* | Allow spaces in names | Buchan Milne | 2011-02-15 | 1 | -2/+2 |
* | Add a means to filter out users who arent allowed to reset passwords with onl... | Buchan Milne | 2011-01-22 | 1 | -10/+20 |
* | Fix greeting in password reset key mail, by sending cn to stash Also add some... | Buchan Milne | 2011-01-22 | 1 | -1/+5 |
* | Dont detach when checking ldap error code,, we want to continue to set a temp... | Buchan Milne | 2011-01-22 | 1 | -1/+0 |
* | FIx wording | Dexter Morgan | 2011-01-08 | 1 | -1/+1 |
* | commit implement forgot_password patch from Maarten Vanraes | Romain d'Alverny | 2011-01-07 | 1 | -0/+270 |
* | more compact code | Michael Scherer | 2011-01-07 | 1 | -7/+6 |
* | fix string substitution, this emptied the searchfilter, leading to a catdap e... | Michael Scherer | 2011-01-07 | 1 | -2/+1 |
* | do not proceed with registration if ldap gives errors, patch from Maarten Van... | Michael Scherer | 2010-12-21 | 1 | -1/+2 |
* | - redirect user on his page if we detect him to be logged ( patch from Maarte... | Michael Scherer | 2010-12-16 | 1 | -1/+5 |
* | - add a TODO to merge the code with user.pm | Michael Scherer | 2010-12-16 | 1 | -0/+2 |
* | - fix the keyprefix for ipv6 here too ( patch by Maarten Vanraes ) | Michael Scherer | 2010-12-16 | 1 | -1/+9 |
* | - patch from Maarten Vanraes to fix the issue of keyprefix with ipv6 | Michael Scherer | 2010-12-13 | 1 | -1/+13 |
* | add a configurable blacklist of login, to complete previous commit | Michael Scherer | 2010-12-06 | 1 | -0/+4 |
* | - do not let users take a username that is used by the system ( will be compl... | Michael Scherer | 2010-12-06 | 1 | -0/+10 |
* | Dont hardcode filters, but use user's store configuration | Buchan Milne | 2010-11-25 | 1 | -8/+15 |
* | - factorise the code who deal with ip ( so we can change it at one place for ... | Michael Scherer | 2010-11-24 | 1 | -4/+8 |
* | - fix typo | Michael Scherer | 2010-11-04 | 1 | -1/+1 |
* | Fix preferredLanguage error | Buchan Milne | 2010-11-04 | 1 | -3/+2 |
* | Dont use Data::Dumper | Buchan Milne | 2010-11-04 | 3 | -6/+6 |