Jason Goldsmith Posted February 28, 2008 Posted February 28, 2008 Once a user has logged in, I can use the Get (Account Name) function to validate their identity. But more than one user can have the same account name, right? So if I use the account name as the match field to a related table, then the match field may not be unique. How do I authenticate a user upon logging in, so that I can pull related data (based on that user) from another table? Thanks, Jason
Colin Keefe Posted February 28, 2008 Posted February 28, 2008 Ensure that Account Names are unique to the user. There's no reason why two or more users should share the same Account Name.
Steven H. Blackwell Posted February 28, 2008 Posted February 28, 2008 But more than one user can have the same account name Where are you seeing this? It won't happen within a a Pro file. And I don't believe that Active Directory will alow this, at least on the same domain controller. Not 100% sure about Open Directory. Steven
Jason Goldsmith Posted February 28, 2008 Author Posted February 28, 2008 Got it. I mistakenly thought Account Names were not unique. Thanks
Recommended Posts
This topic is 6112 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now