In this block of code:
if users:
user = users[0]
if passfield in keys and keys[passfield]:
user.update_record(**{passfield:keys[passfield],
registration_key:''})
Shouldn't 'registration_key' be quoted?
If not, where's it coming from?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---