from console: db.auth_user[10]=dict(last_name='ChangedName')
works and changes the last name of a user with id 10. db.auth_user[10]=dict(registration_key=' ' ) or db.auth_user[10]=dict(registration_key=' 61348d9e207fdbaab54b90333b4b1edb' ) does not change registration key. the value remains the same. it does not throw an error. -- Kuba --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

