diff --git a/VERSION b/VERSION index c8efa258..ce16d1bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-09-24 20:18:26) stable +Version 2.0.9 (2012-09-24 22:44:12) stable diff --git a/gluon/tools.py b/gluon/tools.py index ae980619..9151e522 100644 --- a/gluon/tools.py +++ b/gluon/tools.py @@ -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: