stable

Clone or download

Read-only

Move confirmation of email change

It's no longer a dedicated page, it's shown as a feedback on account page. Part of story #14552: User preferences goes Burning Parrot Change-Id: I82e232019ad4182df380ef3269db2be5304b7ac2

Modified Files

Name
M plugins/ldap/include/ldapPlugin.php +0 −16 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +20 −15 Go to diff View file
M src/common/Request/RouteCollector.php +8 −0 Go to diff View file
M src/common/User/Account/AccountInformationCollectionPresenter.php +7 −0 Go to diff View file
D src/common/User/Account/ChangeEmailController.php +0 −85 Go to diff View file
A src/common/User/Account/ConfirmNewEmailController.php +95 −0 Go to diff View file
M src/common/User/Account/EmailUpdater.php +3 −7 Go to diff View file
M src/common/User/Account/UpdateAccountInformationController.php +1 −1 Go to diff View file
M src/common/User/Account/templates/account-information.mustache +3 −0 Go to diff View file
D src/templates/user/change-email-complete.mustache +0 −9 Go to diff View file
D src/www/account/change_email-complete.php +0 −24 Go to diff View file
M tests/phpunit/common/User/Account/UpdateAccountInformationControllerTest.php +3 −3 Go to diff View file