change_password works fine except on GAE:

Traceback (most recent call last):
  File "/base/data/home/apps/myapp/1.332577102462600463/gluon/
restricted.py", line 98, in restricted
    exec ccode in environment
  File "/base/data/home/apps/myapp/1.332577102462600463/applications/
init/controllers/default.py", line 117, in <module>
  File "/base/data/home/apps/myapp/1.332577102462600463/gluon/
globals.py", line 75, in <lambda>
    self._caller = lambda f: f()
  File "/base/data/home/apps/myapp/1.332577102462600463/applications/
init/controllers/default.py", line 101, in user
    return dict(form=auth())
  File "/base/data/home/apps/myapp/1.332577102462600463/gluon/
tools.py", line 411, in __call__
    return self.change_password()
  File "/base/data/home/apps/myapp/1.332577102462600463/gluon/
tools.py", line 900, in change_password
    requires=[IS_EXPR('value==%s' % repr(pass1))]))
  File "/base/data/home/apps/myapp/1.332577102462600463/gluon/
sqlhtml.py", line 658, in form_factory
    return SQLFORM(SQLDB(None).define_table('no_table', *fields),
  File "/base/data/home/apps/myapp/1.332577102462600463/gluon/sql.py",
line 851, in define_table
    t = self[tablename] = SQLTable(self, tablename, *fields)
  File "/base/data/home/apps/myapp/1.332577102462600463/gluon/sql.py",
line 1006, in __init__
    'define_table argument is not a SQLField'
SyntaxError: define_table argument is not a SQLField

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to