Need guidance for disble google authenticator for LDAP users.

Issue #1298 resolved
B.JEGADEESAN created an issue

Hi,

In our environment we are configured LDAP users authentication from our mail server. We need to disable the google authenticator for the users. In the config.php file we changed the $config['ENABLE_GOOGLE_AUTHENTICATOR'] = 1; to $config['ENABLE_GOOGLE_AUTHENTICATOR'] = 0; its disable for admin user also. We need to configure and enable google authenticator only for admin login not for the users. Please guide me how to make configuration changes in our environment.

Comments (2)

  1. Janos SUTO repo owner

    You need to enable the feature for reverting the ENABLE_GOOGLE_AUTHENTICATOR value to 1 if there’s a single user that needs 2FA.

    I personally believe that you should encourage all users to use it, not only admin. Anyway, if you want to disable it for regular users, then tell them not to turn it on in the user settings menu.

  2. Log in to comment