stable
Clone or download
Read-only
Merge commit 'refs/changes/64/4264/17' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #8268 Redirect directly to the login page when the user confirms its account creation Change-Id: I59656ac3854977f7e6975a67496eb5ff4c72cf9b
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/en_US/account/account.tab | +2 | −7 | Go to diff View file |
M | site-content/en_US/include/new_user_email.txt | +2 | −2 | Go to diff View file |
M | site-content/fr_FR/account/account.tab | +3 | −8 | Go to diff View file |
M | site-content/fr_FR/include/new_user_email.txt | +2 | −2 | Go to diff View file |
M | src/common/dao/UserDao.class.php | +6 | −0 | Go to diff View file |
M | src/common/include/URLVerification.class.php | +0 | −1 | Go to diff View file |
M | src/common/mail/MailPresenterFactory.class.php | +1 | −1 | Go to diff View file |
M | src/common/user/LoginController.class.php | +31 | −0 | Go to diff View file |
M | src/common/user/UserManager.class.php | +5 | −0 | Go to diff View file |
M | src/common/user/UserStatusManager.class.php | +1 | −1 | Go to diff View file |
D | src/www/account/first.php | +0 | −24 | Go to diff View file |
M | src/www/account/login.php | +6 | −1 | Go to diff View file |
M | src/www/account/register.php | +15 | −3 | Go to diff View file |
D | src/www/account/verify.php | +0 | −115 | Go to diff View file |
M | tests/simpletest/common/include/URLVerificationTest.php | +0 | −1 | Go to diff View file |