Replies: 1 comment
-
The default configuration enables the You might have disabled the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If the user is already connected, and ask for a password change, it works immediately, without any email sent. The flash message works, everything work.
However there is a function inside rodauth_mailer.rb, that is generated, named "password_changed". This function is never called, which is logic because this is not a scenario where you expect an email to be sent. Maybe it should be removed from the generator ?
Thanks for the great work, I managed to covered all the (default) use cases through the cypress-rails gem.
Beta Was this translation helpful? Give feedback.
All reactions