Replies: 2 comments 4 replies
-
Rodauth doesn't have built in support for that. You should probably use the email_auth feature, which uses much stronger links in the email. Stronger in the sense of much better security, as 5 digit codes are quite weak. It may be possible to customize email_auth to use 5 digit codes instead of links, or to customize the sms_code feature to send the sms_code via email instead of via SMS. However, I would recommend using email_auth as-is. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I do 5-digit code authorisation? I need to send 5 digit code to users email. Then it should enter it on login page.
Should I redefine generate_email_auth_key_value or there is a better way to do this?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions