Passwords are always stored as plain text in the users table, even after password was changed by user
Password field is MySQL/VarChar(255)
2FA doesn’t work for Super Admin (Error: Two factor authentication verification failed)
Help mentions that “The Profile field under User Login Options must be set to store the user secret and backup codes”
This is set, but how should this apply to Super Admin, who’s not stored in the users table?
Is there a possibility to force a password change after a user logged in via login link?