Hi
I've setup 2FA as descriped in
https://wiki.nubuilder.cloud/ ... tion_-_2FA
It works for globeadmin but not for regular users.
Users don't get the form to generate a token.
any idea?
Johan
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
2FA
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: 2FA
Hi,
Is the "Use 2FA" ticked in the Access Level? This was just added recently and is not yet in the documentation.
Is the "Use 2FA" ticked in the Access Level? This was just added recently and is not yet in the documentation.
You do not have the required permissions to view the files attached to this post.
Re: 2FA
Yes, this works. I also had to go to
Procedures/ NUAUTHENTICATION2FA
and
turn the following line to comment
nuOutput2FATokenToConsole($token); // For testing purposes, output the token to the developer console
and uncomment
nuSendCodeByEmail($token);
Last edited by ggpanos on Mon Aug 12, 2024 1:45 pm, edited 1 time in total.