Reviewing 2FA enrollment

Hello,

We are enforcing 2FA on our instance and I’m looking for a place to see which users are enrolled and which users are not enrolled into 2FA. Where can I see this?

Thank you

Hey @raph33

This script may help you:

With this script you can get an output like this:

1 Like

Thank you @nihe! Unfortunately I am not technical. Is there a place to pliug in this script into the Nextcloud graphical user interface, or I need to get into the server’s management through commandline?

Yes, you need to download scripts to your server and run it on the bash.

2 Likes

in addition to the comment by @rakekniven

Steps to execute

  1. open console
  2. Download file
curl -o twofactor_status.sh https://gitlab.com/niclasheinz/nextcloud-scripts/-/raw/main/security/twofactor_status.sh?ref_type=heads
  1. Set permissions
chmod 770 twofactor_status.sh
  1. Execute script
./twofactor_status.sh

Thank you. This is above my technical abilities, but will share with colleagues and hopefully someone will be able to do it!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.