Re: How to reset is_actibe field of auth_user

2020-08-24 Thread Amresh Giri
I think this setting can be handled from your IDP side in the application. On Mon, Aug 24, 2020, 5:46 PM Kamakshi Aggarwal wrote: > Hi, > > We are using django application in our company. We are using > RemoteUserAuthentication for that(single sign on). Only employees can sign > in. > Once empl

How to reset is_actibe field of auth_user

2020-08-24 Thread Kamakshi Aggarwal
Hi, We are using django application in our company. We are using RemoteUserAuthentication for that(single sign on). Only employees can sign in. Once employee signs in,is_active filed is set to True by default in auth_user table. Now if user leaves the company how should I set "is_active" field t