[authentication] force retriever implementor to think about it
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 04 Oct 2010 18:59:32 +0200
changeset 6391 e330ead0804b
parent 6390 3766853656d7
child 6394 eb9a5bd778bc
[authentication] force retriever implementor to think about it
web/views/authentication.py
--- a/web/views/authentication.py	Mon Oct 04 18:56:10 2010 +0200
+++ b/web/views/authentication.py	Mon Oct 04 18:59:32 2010 +0200
@@ -63,7 +63,7 @@
         """returns a login string or None, for repository session
         validation purposes
         """
-        return None
+        raise NotImplementedError()
 
 class LoginPasswordRetreiver(WebAuthInfoRetreiver):
     __regid__ = 'loginpwdauth'