I am trying to incorporate OpenID into Auth. In my attempt to implement a CAS style plugin into auth, I stumbled upon a bizzare error.
On line 628 of gluon.tools, there is the following line: "users = self.db(table_user[username] == keys[username]).select()" username is defined to be "username" if you have a username and "email" if you have email specified. However, when I looked at the auth_user table, there is no "username" column. The closest thing to a username column is first_name or last_name, but obviously this isn't the same thing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---