You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: release date and block fixes
* i18n: added Chinese-Simple translation
* Update messages.po
change language from 'zh_Hans_CN' to 'zh_CN'
* rename nl_NL/LC_MESSAGES/messages.po and zh_Hans_CN/LC_MESSAGES/messages.po
* Security two factor authentication feature
* supporting two factor authentication:
* Support Mail, SMS, or Google Authenticator second factor authentication.
* Ability to change second factor authentication to existing users
* Provide rescue mail in case of lost phone
* update docs with two factor authentication changes
* updating requirements, authors
* adding two_factor test
* improving tests coverage
* fix double import and unused import, revert get_user
* fix missing setup.py install_requires
* fix TestMail (remove __init_)
* formatting
* more formatting
* too many blank lines
* formatting forms.py
* signals line length
* twofactor formatting
* utils formatting
* update twilio client import
* missing import
* blueprint line length (twofactor)
* line too long/import/authors inadv. deleted
* conftest.py allow nulls in sqlalchemy
* Spelling, Update Functions and Tests Python 3.7 Support
request.json->request.get_json
update tests to use hash_password
pep8 compliance
Update dependencies for tests
move from pyenchant to msgcheck
* Update docs/configuration.rst
Co-Authored-By: malware-watch <[email protected]>
* consistent two-factor
* .gitignore .venv/
* fixes. passlib.totp, if not request.is_json
* translation stubs for new messages
* Make two-factor login more JSON friendly
* feature - merge in two factor auth.
These changes are mostly docs and cleanup.
* remove pyqrcode, onetimepass from install requires
check imports if TWO_FACTOR is True
* Minor doc fixes.
Increase sizes of examples for 2FA phone and secret.
* whitespace
* feature - merge in two factor auth.
These changes are mostly docs and cleanup.
* Fix formatting.
0 commit comments