isso/isso/ext
Julien Enselme 6973128eac Correct auth without password or username.
If no username is set, returns an empty string. So the test `username is
not None` is always True. Idem for password. This can lead to
authentication problems. This commit fixes the test to `if username and
password` as it was in the previous version.
2015-03-07 16:00:28 +01:00
..
__init__.py refactor views and introduce an API for notifications 2013-11-11 12:09:19 +01:00
notifications.py Correct auth without password or username. 2015-03-07 16:00:28 +01:00