You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am using this gem, and it is excellent and simple. I was looking for some configuration to disable the password reset function, I am using this for an admin panel login and I don't want a reset password, maybe it can be disabled by default and only enable when you want to use it. Is it possible to have this configuration? If this has some sense for you, I can try to do it. Only if you think this can be helpful.
For now, I can remove the link in the sign-in view, but the route is still available and public.
I apologize if there is a solution for this that I didn't see.
The text was updated successfully, but these errors were encountered:
solves #993
added config option to disallow password reset routes in cases where its not needed. allow_password_resets defaults to true but can be set to false in instances where it is not needed.
Hello! I am using this gem, and it is excellent and simple. I was looking for some configuration to disable the password reset function, I am using this for an admin panel login and I don't want a reset password, maybe it can be disabled by default and only enable when you want to use it. Is it possible to have this configuration? If this has some sense for you, I can try to do it. Only if you think this can be helpful.
For now, I can remove the link in the sign-in view, but the route is still available and public.
I apologize if there is a solution for this that I didn't see.
The text was updated successfully, but these errors were encountered: