Rafalski
unread,Nov 22, 2009, 2:10:01 PM11/22/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Authlogic
Right now I have accounts and users. Accounts have many users, and
user has one account.
When the user logs in, how can I verify the user with the account, so
select user where email=email etc etc and account_id=ID ?
Right now any user that is in the database can log in to any account,
even accounts they don't belong to. How can I fix that?