• This adds 2FA in a very simple way, thanx!

    One suggestion I would make is that the Authentication Code field on the login form should have type ‘password’, e.g.,

    <input type="password" name="authcode_auth_key" ... />

    instead of the current

    <input type="text" name="authcode_auth_key" ... />

  • The topic ‘Authentication Code field on login form should have type ‘password’’ is closed to new replies.