Código fuente wiki de ¿Olvidó su contraseña?

Última modificación por Administrator el 2024/06/06 10:05

Ocultar los últimos autores
Administrator 2.1 1 {{velocity}}
2 #set ($newUrl = $services.security.authentication.getAuthenticationURL('resetpassword', $request.parameterMap))
3 #set ($discard = $services.logging.deprecate("ResetPassword", "The page [XWiki.ResetPassword] should not be used anymore in favor of the new 'authenticate/resetpassword' URL."));
4 #set ($discard = $response.sendRedirect($newUrl))
5 {{/velocity}}