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
Add the below statement in sessions contoller, profiles controller (in whichever controller authentication is required)
include AuthenticableHelper
While doing sign out, it checks authentication, at that time missed including authenticable helper
and In the documentation you have given the following URL for reset password
url: host/passwords/:token
but it must be
url: host/reset_passwords/:token
The text was updated successfully, but these errors were encountered:
Thanks, I have updated README.
I will check the include when I have a time.
include
Sorry, something went wrong.
Fixed on v2.0.3
No branches or pull requests
Add the below statement in sessions contoller, profiles controller (in whichever controller authentication is required)
While doing sign out, it checks authentication, at that time missed including authenticable helper
and In the documentation you have given the following URL for reset password
url: host/passwords/:token
but it must be
url: host/reset_passwords/:token
The text was updated successfully, but these errors were encountered: