You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
that wrong connection between disabling via CLI and the webUI i think it makes a lot scenarios of wrong enable status
What i mean is, if you run for example
occ twofactorauth:disable admin
the only way to enable totp for the user is via CLI, the webUI won't work for enable it again
as far as I remember, these two options are unrelated.
The CLI option exists in core and is related to "two factor authentication", not TOTP. I don't remember whether it enforces two factor auth for that user.
The option in the web UI is specific to this TOTP app, which is a specific implementation / style of two factor authentication. So the checkbox is only here to enable this type for this user.
We can leave this ticket open to reword the web UI setting to make it clearer.
Step to reproduce
occ twofactorauth:disable user1
Current behavior
The checkbox is marked
Expected behavior
The checkbox should be unmarked. Note that TOTP is disabled for user1, it is just a cosmetic bug.
The text was updated successfully, but these errors were encountered: