We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Documentation suggests to use grails.plugin.springsecurity.ui.forgotPassword.postResetUrl in order to set the URL after a password reset. For example:
grails.plugin.springsecurity.ui.forgotPassword.postResetUrl
---- grails.plugin.springsecurity.ui.forgotPassword.postResetUrl = '/reset' ----
In RegisterController the registerPostResetUrl variable looks for conf.ui.register.postResetUrl which should be conf.ui.forgotPassword.postResetUrl.
RegisterController
registerPostResetUrl
conf.ui.register.postResetUrl
conf.ui.forgotPassword.postResetUrl
https://github.com/grails-plugins/grails-spring-security-ui/blob/master/grails-app/controllers/grails/plugin/springsecurity/ui/RegisterController.groovy#L212
The text was updated successfully, but these errors were encountered:
Fixes grails#60 forgotPassword config in RegisterController.
c238a9d
@rpalcolea thank-you for creating this issue!
I saw you had a PR (#61) out there with the desired changes, but I'm unable to merge because of conflicts.
As a result, I've chosen to create a separate PR(#78) without the conflicts:
You may choose to:
✨
Sorry, something went wrong.
Resolved! This has been fixed by PR: #78
ddelponte
No branches or pull requests
Documentation suggests to use
grails.plugin.springsecurity.ui.forgotPassword.postResetUrl
in order to set the URL after a password reset. For example:In
RegisterController
theregisterPostResetUrl
variable looks forconf.ui.register.postResetUrl
which should beconf.ui.forgotPassword.postResetUrl
.https://github.com/grails-plugins/grails-spring-security-ui/blob/master/grails-app/controllers/grails/plugin/springsecurity/ui/RegisterController.groovy#L212
The text was updated successfully, but these errors were encountered: