I updated web2py but it breaks my app. This is what I got for standard
login dialog. (no rpx_account login used, app remained unchanged)

Traceback (most recent call last):
  File "c:\java\google_appengine\web2py\gluon\restricted.py", line
178, in restricted
    exec ccode in environment
  File "c:/java/google_appengine/web2py/applications/tp/controllers/
default.py", line 300, in <module>
  File "c:\java\google_appengine\web2py\gluon\globals.py", line 96, in
<lambda>
    self._caller = lambda f: f()
  File "c:/java/google_appengine/web2py/applications/tp/controllers/
default.py", line 277, in user
    return dict(form=auth())
  File "c:\java\google_appengine\web2py\gluon\tools.py", line 967, in
__call__
    return self.login()
  File "c:\java\google_appengine\web2py\gluon\tools.py", line 1404, in
login
    cas_user = cas.get_user()
AttributeError: 'Auth' object has no attribute 'get_user'

Reply via email to