Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

2FA

Questions related to using nuBuilder Forte.
Post Reply
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

2FA

Unread post 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
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: 2FA

Unread post by kev1n »

Hi,

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.
johan
Posts: 399
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

Re: 2FA

Unread post by johan »

Kev1n
This works
Thanks for your help.

Johan
ggpanos
Posts: 1
Joined: Wed Aug 07, 2024 3:25 pm
Has thanked: 1 time

Re: 2FA

Unread post 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);
Last edited by ggpanos on Mon Aug 12, 2024 1:45 pm, edited 1 time in total.
Post Reply