We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 859cec9 + 8170ec0 commit cab2aafCopy full SHA for cab2aaf
README.md
@@ -395,7 +395,6 @@ to set TOTP to DISABLED for a user account:
395
current_user.totp_timestamp=nil
396
current_user.direct_otp=nil
397
current_user.otp_secret_key=nil
398
- current_user.otp_confirmed=nil
399
current_user.save! (if in ruby code instead of console)
400
current_user.direct_otp? => false
401
current_user.totp_enabled? => false
0 commit comments