This website requires JavaScript.
Explore
Help
Register
Sign In
wassname
/
flask-security
Watch
1
Star
0
Fork
0
You've already forked flask-security
mirror of
https://github.com/wassname/flask-security.git
synced
2026-07-10 00:30:24 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
20eed621ed37a9b10e265f593e0849b5dcb8f39c
flask-security
/
flask_security
T
History
Kostyantyn Leschenko
9ddb909342
removed unnecessary utcnow call
...
is this code required here?
2013-09-03 15:32:49 +03:00
..
templates
/security
Minor wording fix
2013-01-12 23:58:47 -08:00
__init__.py
Bump version number to 1.6.9
2013-08-20 12:35:29 -04:00
changeable.py
PEP8 polish
2013-07-22 12:37:44 -04:00
confirmable.py
PEP8 polish
2013-07-22 12:37:44 -04:00
core.py
PEP8 polish
2013-07-22 12:37:44 -04:00
datastore.py
Merge pull request
#151
from lupiter/fix-peewee-delete-role
2013-08-12 06:58:47 -07:00
decorators.py
Use token_callback for checking tokens.
2013-07-23 15:37:28 -07:00
forms.py
Fix imports from Flask-WTF
2013-08-15 12:46:09 +04:00
passwordless.py
PEP8 polish
2013-07-22 12:37:44 -04:00
recoverable.py
PEP8 polish
2013-07-22 12:37:44 -04:00
registerable.py
PEP8 polish
2013-07-22 12:37:44 -04:00
script.py
Simplify login form a bit
2012-09-19 01:22:09 -04:00
signals.py
Add a password-changed signal
2013-01-12 19:03:02 -08:00
utils.py
removed unnecessary utcnow call
2013-09-03 15:32:49 +03:00
views.py
Conditionally logout the current user when confirming an email address to prevent unnecessary code/signals to be fired.
Fixes
#133
2013-07-11 14:50:21 -04:00