-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix route ChangePasswordConfirmation #10887
Fix route ChangePasswordConfirmation #10887
Conversation
Can you please also update this part of the documentation? Thanks |
Done. You can see the documentation update clicking on the link below. I also commited the renaming of the property ChangePasswordConfirmation to ChangePasswordConfirmationPath, because it represents an action path like the property LogoffPath. |
Rerunning the ci. Changes look good thanks |
:/ |
https://docs.orchardcore.net/en/latest/docs/reference/modules/Users/#custom-paths
|
Mapped the action OrchardCore.Users.Controllers.ChangePasswordConfirmation() to /ChangePasswordConfirmation, because that action was mapped to /OrchardCore.Users/ChangePasswordConfirmation.