Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed May 15, 2018
1 parent 132c633 commit b110f1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions auth_totp/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ Contributors

* Oleg Bulkin <[email protected]>

Do not contact contributors directly about support or help with technical issues.

Maintainer
----------

Expand Down
2 changes: 0 additions & 2 deletions auth_totp/wizards/res_users_authenticator_create.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class ResUsersAuthenticatorCreate(models.TransientModel):
help='A name that will help you remember this authentication'
' app/device',
required=True,
index=True,
)
secret_key = fields.Char(
default=lambda s: pyotp.random_base32(),
Expand All @@ -45,7 +44,6 @@ class ResUsersAuthenticatorCreate(models.TransientModel):
help='This is the user whose account the new authentication app/device'
' will be tied to',
readonly=True,
index=True,
ondelete='cascade',
)
confirmation_code = fields.Char(
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Pygments
validate_email
# auth_saml
lasso
# auth_totp
pyotp

0 comments on commit b110f1a

Please sign in to comment.