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? 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
I'm testing the password reset endpoint via my post to my API but get an unpermitted parameter error (redirect_url).
I got it working by doing by adding an ENV in app/controllers/overrides/passwords_controller.rb, though it's definitely a hack.
The text was updated successfully, but these errors were encountered:
All set as I just had to add the line below:
config.action_controller.action_on_unpermitted_parameters = :log
Sorry, something went wrong.
Please help : #588
No branches or pull requests
I'm testing the password reset endpoint via my post to my API but get an unpermitted parameter error (redirect_url).
I got it working by doing by adding an ENV in app/controllers/overrides/passwords_controller.rb, though it's definitely a hack.
The text was updated successfully, but these errors were encountered: