sending unlock account email if account is locked #383
rida-elbahtouri
started this conversation in
General
Replies: 1 comment 9 replies
-
You're probably looking to send the unlock account email right after the account gets locked, not every time Rodauth checks whether the account is locked. It seems this is as easy as: after_account_lockout { send_unlock_account_email } |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there a way to send an unlock account email if the account is locked?
I tried this
but I get an email with an empty key (key?=id_)
when doing something like this
the unlock email doesn't work, and I get 403 Forbidden.
any advice?
Beta Was this translation helpful? Give feedback.
All reactions