Skip to content

Commit cab2aaf

Browse files
authored
Merge pull request #168 from MarkFChavez/master
Update README
2 parents 859cec9 + 8170ec0 commit cab2aaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ to set TOTP to DISABLED for a user account:
395395
current_user.totp_timestamp=nil
396396
current_user.direct_otp=nil
397397
current_user.otp_secret_key=nil
398-
current_user.otp_confirmed=nil
399398
current_user.save! (if in ruby code instead of console)
400399
current_user.direct_otp? => false
401400
current_user.totp_enabled? => false

0 commit comments

Comments
 (0)