Skip to content

Commit

Permalink
XWIKI-19814: Warning logs are never displayed when using old reset pages
Browse files Browse the repository at this point in the history
  * Fix missing typo

(cherry picked from commit 4131aa0)
  • Loading branch information
surli committed Jun 15, 2022
1 parent acb20f2 commit e6ad593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<hidden>true</hidden>
<content>{{velocity}}
#set ($newUrl = $services.security.authentication.getAuthenticationURL('reset', $request.parameterMap))
#set ($discard = $services.logging.deprecated("The page [XWiki.ResetPasswordComplete] should not be used anymore in favor of the new 'authenticate/reset' URL."));
#set ($discard = $services.logging.deprecate("The page [XWiki.ResetPasswordComplete] should not be used anymore in favor of the new 'authenticate/reset' URL."));
#set ($discard = $response.sendRedirect($newUrl))
{{/velocity}}</content>
<object>
Expand Down

0 comments on commit e6ad593

Please # to comment.