Wiki-Quellcode von $services.localization.render('xe.admin.forgotUsername.title')
Version 4.1 von xwikiadmin am 2022/07/24 21:40
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1.1 | 1 | {{velocity}} | |
3.1 | 2 | #set ($newUrl = $services.security.authentication.getAuthenticationURL('forgot', $request.parameterMap)) | |
4.1 | 3 | #set ($discard = $services.logging.deprecate("ForgotUsername", "The page [XWiki.ForgotUsername] should not be used anymore in favor of the new 'authenticate/forgot' URL.")); | |
3.1 | 4 | #set ($discard = $response.sendRedirect($newUrl)) | |
1.1 | 5 | {{/velocity}} |