[Mpuls-commits] r1452 - wasko/branches/2.0/mpulsweb/controllers

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 10 12:26:18 CET 2010


Author: torsten
Date: 2010-02-10 12:26:17 +0100 (Wed, 10 Feb 2010)
New Revision: 1452

Modified:
   wasko/branches/2.0/mpulsweb/controllers/auth.py
Log:
All users are allowed to view the "accountDeactivated" controller.


Modified: wasko/branches/2.0/mpulsweb/controllers/auth.py
===================================================================
--- wasko/branches/2.0/mpulsweb/controllers/auth.py	2010-02-10 11:24:21 UTC (rev 1451)
+++ wasko/branches/2.0/mpulsweb/controllers/auth.py	2010-02-10 11:26:17 UTC (rev 1452)
@@ -50,7 +50,6 @@
             log.error('Error while fetching username and password')
         return self.login()
 
-    @checkRole(('admin_ka', 'cm_ka', 'pt_dlr'))
     def accountDeactivated(self):
         try:
             del session['USER_AUTHORIZED']



More information about the Mpuls-commits mailing list