You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by js...@gmail.com, js...@gmail.com on 2018/11/22 00:51:43 UTC

Multiple logins with one User ID

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.

Re: Multiple logins with one User ID

Posted by Pritam Kute <pr...@hotwaxsystems.com>.
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 jstric15@gmail.com <js...@gmail.com>
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.
>

Re: Multiple logins with one User ID

Posted by Jacques Le Roux <ja...@les7arts.com>.
Le 22/11/2018 à 01:51, jstric15@gmail.com 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