Browse Source

Update README

Remove unused column `otp_confirmed`
master
Ace Subido and Mark Chavez 6 years ago committed by Mark Chavez
parent
commit
8170ec049d
  1. 1
      README.md

1
README.md

@ -395,7 +395,6 @@ to set TOTP to DISABLED for a user account:
current_user.totp_timestamp=nil
current_user.direct_otp=nil
current_user.otp_secret_key=nil
current_user.otp_confirmed=nil
current_user.save! (if in ruby code instead of console)
current_user.direct_otp? => false
current_user.totp_enabled? => false

Loading…
Cancel
Save