stable

Clone or download

Read-only

Merge commit 'refs/changes/06/4506/2' of ssh://gerrit.tuleap.net:29418/tuleap into stable

* ssh://gerrit.tuleap.net:29418/tuleap: request #7951: Mail confirmation code are not properly generated for LDAP validation email

Modified Files

Name
M plugins/ldap/include/LDAP_UserManager.class.php +6 −0 Go to diff View file
M plugins/ldap/include/LDAP_UserSync.class.php +0 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/user/MailConfirmationCodeGenerator.class.php +48 −0 Go to diff View file
M src/common/user/User.class.php +117 −113 Go to diff View file
M src/www/account/change_email-complete.php +1 −1 Go to diff View file
M src/www/account/register.php +11 −20 Go to diff View file