Skip to content
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

Initializer default_password_reset_url not working. #789

Closed
godinezb opened this issue Dec 10, 2016 · 1 comment
Closed

Initializer default_password_reset_url not working. #789

godinezb opened this issue Dec 10, 2016 · 1 comment

Comments

@godinezb
Copy link

I'm trying to change the redirect url when users reset their passwords like this:

DeviseTokenAuth.setup do |config|
  ...
  config.default_password_reset_url = '/password_success'
  ...
end

I created a static page with instructions at '/password_success'. I have also tried 'password_success_path', but everytime I reset a password I'm being redirected to the root_path.

Any help will be appreciated.

@zachfeldman
Copy link
Contributor

Closed in favor of #324

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

No branches or pull requests

2 participants