Since the upgrade from DirectAdmin 1.659 to 1.660 we can no longer access the Login Keys page as the admin user. It says the feature has been disabled. I have checked Login Keys are turned on:
UPDATE:
OK, I found it was disabled in Customize Evolution Skin > Menu > User, which previously did not stop the admin user accessing login keys. Enabling this allowed access as admin user after the upgrade to 1.660.
Code:
# /usr/local/directadmin/directadmin config | grep login_keys
login_keys=1
login_keys_notify_on_creation=1
Code:
# grep 'login_keys' /usr/local/directadmin/data/users/admin/*.conf
/usr/local/directadmin/data/users/admin/reseller.conf:login_keys=ON
/usr/local/directadmin/data/users/admin/user.conf:login_keys=ON
UPDATE:
OK, I found it was disabled in Customize Evolution Skin > Menu > User, which previously did not stop the admin user accessing login keys. Enabling this allowed access as admin user after the upgrade to 1.660.
Last edited: