Re: How to reset is_active field of auth_user

2020-08-24 Thread Mike Dewhirst
On Mon, Aug 24, 2020, 5:46 PM Kamakshi Aggarwal wrote: >   > Now if user leaves the company how should I set "is_active" field to > False. > There are two ways to do it. One is to write a view which lets someone in HR turn it off. The other is to use Django Admin with the correct privileges and d

Re: How to reset is_active field of auth_user

2020-08-24 Thread Amresh Giri
This setting can be configured from the Identity Provider account like Okta, onelogin, etc when you create an app on it. On Tue, Aug 25, 2020, 10:48 AM Kamakshi Aggarwal wrote: > Can you explain it more to me? Its not clear. > > On Mon, 24 Aug 2020, 8:04 pm Amresh Giri, wrote: > >> I think this

Re: How to reset is_active field of auth_user

2020-08-24 Thread Kamakshi Aggarwal
Can you explain it more to me? Its not clear. On Mon, 24 Aug 2020, 8:04 pm Amresh Giri, wrote: > 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.