New Two Factor setup: No button for "Generate Secret Key"

tim427

Verified User
Joined
Oct 3, 2018
Messages
13
siwG8wM.png


When a user doesn't have the Tow Factor enabled, the user isn't able to create a new secret.

directadmin.conf: login_keys=1
Admin-level: login_keys=ON
Reseller-level: login_keys=ON
User-level: login_keys=ON
Reseller-package: login_keys=ON
User-package: login_keys=ON
 
It's been fixed, thank you for the report!

Please run the following to update the skin:
Code:
cd /usr/local/directadmin/data/skinsmkdir evolution
cd evolution
wget -O evolution.tar.gz https://demo.directadmin.com/download/evolution.tar.gz
tar xvzf evolution.tar.gz
cd ..
chown -R diradmin:diradmin evolution

Please check if everything is fine on your side now :)
 
Back
Top