Prevent User from logging into same program multiple times...


Author
Message
StarkMike
StarkMike
StrataFrame User (440 reputation)StrataFrame User (440 reputation)StrataFrame User (440 reputation)StrataFrame User (440 reputation)StrataFrame User (440 reputation)StrataFrame User (440 reputation)StrataFrame User (440 reputation)StrataFrame User (440 reputation)StrataFrame User (440 reputation)
Group: Forum Members
Posts: 436, Visits: 944
Is there a way to prevent the same user from logging into the same program more than once? For instance sometimes we have people use one persons login credentials from more than one computer.

Thanks

Trent Taylor
Trent Taylor
StrataFrame Developer (8.7K reputation)StrataFrame Developer (8.7K reputation)StrataFrame Developer (8.7K reputation)StrataFrame Developer (8.7K reputation)StrataFrame Developer (8.7K reputation)StrataFrame Developer (8.7K reputation)StrataFrame Developer (8.7K reputation)StrataFrame Developer (8.7K reputation)StrataFrame Developer (8.7K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
You can mange this yourself by handling the CurrentUserChanged event (MicroFour.StrataFrame.Security.SecurityBasics.CurrentUserChanged).  YOu could create a temp table or something of that nature that prevents people from logging in with the same account more than once.  So when the event fires, you can check this table and if the user is already logged in, then lock the session to force them to log back in or close your app.  But it can be done, but there is not any native logic to do this.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search