Page 1 of 1
2FA
Posted: Wed Nov 10, 2021 4:21 pm
by johan
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
Re: 2FA
Posted: Wed Nov 10, 2021 4:50 pm
by kev1n
Hi,
Is the "Use 2FA" ticked in the Access Level? This was just added recently and is not yet in the documentation.
Re: 2FA
Posted: Wed Nov 10, 2021 5:01 pm
by johan
Kev1n
This works
Thanks for your help.
Johan
Re: 2FA
Posted: Mon Aug 12, 2024 1:44 pm
by ggpanos
kev1n wrote: ↑Wed Nov 10, 2021 4:50 pm
Hi,
Is the "Use 2FA" ticked in the Access Level? This was just added recently and is not yet in the documentation.
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);