stable

Clone or download

Read-only

feat: Dedicated error page when confirmation link cannot be sent

If the delivery of the email containing the confirmation link fails, then a dedicated error page is displayed to the end user. This avoids to have the current situation where an error feedback is displayed next to "Confirmation link sent": user don't know which message is valid: the feedback or the title of the page. Part of request #29605: Convert account registration pages to BurningParrot Change-Id: I8401bb54639165804593aa14c49ac9dbf35f452d

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +9 −0 Go to diff View file
M src/common/User/Account/Register/RegisterFormProcessor.php +18 −10 Go to diff View file
A src/templates/account/create/confirmation-link-error.mustache +33 −0 Go to diff View file