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