Files
flask-security/flask_security
Alex Eftimie 7e4fc94601 Fail silently for get_user(None)
get_user(identifier) checks if the identifier is a number by trying to convert it to int. This works for strings, but in a particular case, when identifier is None, it fails. Checking for both TypeError and ValueError fixes it.
2014-11-19 14:11:58 +02:00
..
2014-10-13 13:38:44 -04:00
2014-11-19 14:11:58 +02:00
2013-07-22 12:37:44 -04:00
2013-07-22 12:37:44 -04:00
WIP
2013-12-24 12:38:05 -05:00
2014-07-03 15:48:55 +02:00