Set the super admin to receive the Two-factor authentication code for the non admin users to login.
I want to implement a system where users can only log in if they enter a code provided by the admin, rather than receiving it via email. For example, when a user attempts to log in, the required code would be sent to the admin's email or generated within the admin portal. This approach ensures that only the admin can authorize user logins, maintaining strict control over access to the system.
2
votes