2FA
This commit is contained in:
parent
b58cfc65b5
commit
96ae523c40
3 changed files with 70 additions and 4 deletions
|
@ -163,3 +163,6 @@ at = Client.from_hashed('username', my_passwd)
|
|||
|
||||
at.change_password_hashed(my_passwd, new_passwd)
|
||||
```
|
||||
|
||||
## Two-Factor Authentication
|
||||
...
|
||||
|
|
Reference in a new issue