stable
Clone or download
Read-only
request #7951: Mail confirmation code are not properly generated for LDAP
validation email Change-Id: Ide5f55932f98f5779e993c1b2c2ee29454838097
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 |