Multiple logins with one User ID

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Multiple logins with one User ID

jstric15@gmail.com
Is there a way to limit a user to 1 login per session.

I am trying to keep a number of users from using the same user ID and PWD to all be logged in at the same time. I cant find a way to do this OOTB.
Reply | Threaded
Open this post in threaded view
|

Re: Multiple logins with one User ID

Pritam Kute
I think Deepak has already answered the question on the user list.

You can use LoginWorker.isUserLoggedIn method to check if a user logged in

Thanks and Regards
--
Pritam Kute


On Thu, Nov 22, 2018 at 11:27 AM [hidden email] <[hidden email]>
wrote:

> Is there a way to limit a user to 1 login per session.
>
> I am trying to keep a number of users from using the same user ID and PWD
> to all be logged in at the same time. I cant find a way to do this OOTB.
>
Reply | Threaded
Open this post in threaded view
|

Re: Multiple logins with one User ID

Jacques Le Roux
Administrator
In reply to this post by jstric15@gmail.com
Le 22/11/2018 à 01:51, [hidden email] a écrit :
> Is there a way to limit a user to 1 login per session.
>
> I am trying to keep a number of users from using the same user ID and PWD to all be logged in at the same time. I cant find a way to do this OOTB.
>
Please use rather the user ML for such questions, see why here http://ofbiz.apache.org/mailing-lists.html
You will get a better support and it's more fair to share with everybody

The wider the audience the better the answers you might get

Thanks

Jacques