Skip to content
New issue

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

postResetUrl not working #60

Closed
rpalcolea opened this issue Aug 31, 2016 · 2 comments
Closed

postResetUrl not working #60

rpalcolea opened this issue Aug 31, 2016 · 2 comments
Assignees
Labels

Comments

@rpalcolea
Copy link

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 = '/reset'
----

In RegisterController the registerPostResetUrl variable looks for conf.ui.register.postResetUrl which should be 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

rpalcolea pushed a commit to rpalcolea/grails-spring-security-ui that referenced this issue Aug 31, 2016
@ddelponte
Copy link
Collaborator

@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:

  1. resolve conflicts in your original PR so we may merge it
    or
  2. close your PR and we'll merge the one I created

@ddelponte
Copy link
Collaborator

Resolved!
This has been fixed by PR:
#78

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants