search for: openid_users

Displaying 2 results from an estimated 2 matches for "openid_users".

2006 May 27
2
[Repost] OpenID and my db schema
...so I''m trying again. I''ve recently decided to use OpenID to let users log in to my site instead of old fashioned account creation. They''ll be able to add a small amount of personal details (about three things) to their account, and post messages in the site BB. I have an openid_users table which stores the personal details in. Obviously I''ve got validates_uniqueness_of :openid in the model, and I''ve linked it as required to the BB tables. Do I need any other tables or other basic model methods, or is that it? When I set it all up properly, I''ll be usi...
2006 May 24
0
OpenID and my schema
Hi, I''ve recently decided to use OpenID to let users log in to my site instead of old fashioned account creation. They''ll be able to add a small amount of personal details (about three things) to their account, and post messages in the site BB. I have an openid_users table which stores the personal details in. Obviously I''ve got validates_uniqueness_of :openid in the model, and I''ve linked it as required to the BB tables. Do I need any other tables or anything, or is that it? Thanks -Nathan