Hi Massimo, thanks for the reply.
0) I documented improperly before. I typed:
from gluon.tools import Recaptcha
I treid it again and still get:
Traceback (most recent call last):
File "/Users/mdipierro/web2py/gluon/restricted.py", line 98, in
restricted
File "C:/web2py/applications/QTRAX/models/db.py", line 203, in
<module>Import
Error: cannot import name Recaptcha
1) I commented out all settings and uncommented them one by one as per
your instruction. Each of the following statements in the class MyAuth
(Auth) will cause the "Error: setting key does not exist"
self.messages.password_changed = T('Password changed')
self.messages.retrieve_username=str(T('Your username is'))+': %
(username)s'
self.messages.retrieve_username_subject='Username retrieve'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---