I'm doing some more of this modal stuff for my login/password routines
and ran into this problem. Probably an oversight in the code (lots of
moving parts there!)

Traceback (most recent call last):
  File "N:\web2py\gluon\restricted.py", line 204, in restricted
    exec ccode in environment
  File "N:/web2py/applications/myapp/models/0_db_1_user.py", line 171,
in <module>
    auth.settings.reset_password_onaccept =
[complete_request_reset_password]
  File "N:\web2py\gluon\storage.py", line 196, in __setattr__
    raise SyntaxError, 'setting key \'%s\' does not exist' % key
SyntaxError: setting key 'reset_password_onaccept' does not exist

Reply via email to