Replies: 1 comment
-
It is documented: https://codeigniter4.github.io/shield/references/authentication/session/#login But I think we should record both authentication by form and by email confirmation. |
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
-
I noticed that when we have 2FA enabled, providing valid login information is enough to fill
auth_logins
with a successful entry. Shouldn't this happen after using the code from the email to confirm the login?Beta Was this translation helpful? Give feedback.
All reactions