Re: Bind device with login id and password

2021-03-05 Thread Benjamin Schollnick
> On Mar 5, 2021, at 12:52 AM, Sachin Kumar wrote: > > Hi Experts, > > Is there any way or logic in Django where we can bind user login id and > password with first device login id. > for example:- > If a user first time login into a PC A, he can't login into PC B using same > login id. He

Re: Bind device with login id and password

2021-03-05 Thread Kasper Laudrup
On 05/03/2021 10.07, Sachin Kumar wrote: HI Mike, Thanks a lot for the reply I can capture the hostname of the localhost i also want to capture mac address of the local host. is there any way we can capture the Mac Address of the client? In general no. If the client is on the same network

Re: Bind device with login id and password

2021-03-05 Thread Sachin Kumar
HI Mike, Thanks a lot for the reply I can capture the hostname of the localhost i also want to capture mac address of the local host. is there any way we can capture the Mac Address of the client? On Friday, 5 March 2021 at 12:21:31 UTC+5:30 Mike Dewhirst wrote: > On 5/03/2021 4:52 pm, Sachin

Re: Bind device with login id and password

2021-03-04 Thread Mike Dewhirst
On 5/03/2021 4:52 pm, Sachin Kumar wrote: Hi Experts, Is there any way or logic in Django where we can bind user login id and password with first device login id. for example:- If a user first time login into a PC A, he can't login into PC B using same login id. He can only login into PC A wi

Bind device with login id and password

2021-03-04 Thread Sachin Kumar
Hi Experts, Is there any way or logic in Django where we can bind user login id and password with first device login id. for example:- If a user first time login into a PC A, he can't login into PC B using same login id. He can only login into PC A with his login id. if he changes the PC then