CAS should disabled retrive username
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.0.9 (2012-09-24 20:18:26) stable
|
||||
Version 2.0.9 (2012-09-24 22:44:12) stable
|
||||
|
||||
+1
-1
@@ -1607,7 +1607,7 @@ class Auth(object):
|
||||
if settings.cas_provider: ### THIS IS NOT LAZY
|
||||
settings.actions_disabled = \
|
||||
['profile','register','change_password',
|
||||
'request_reset_password']
|
||||
'request_reset_password','retrieve_username']
|
||||
from gluon.contrib.login_methods.cas_auth import CasAuth
|
||||
maps = settings.cas_maps
|
||||
if not maps:
|
||||
|
||||
Reference in New Issue
Block a user