question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting error while the user is disabled(is_active=False)

See original GitHub issue

works perfectly While users login with the Facebook first time. in some cases, admin can disable the users(is_active=False).

Users can’t log in with Facebook after disabling by admin. getting error NoneType

[Expected a `Response`, `HttpResponse` or `HttpStreamingResponse` to be returned from the view, but received a `<class 
'NoneType'>`](url)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
wagnerdelimacommented, Aug 11, 2020

No problem at all!

1reaction
wagnerdelimacommented, Aug 7, 2020

Look I will investigate this further. But you can always open a PR with the fix. Easy peasy.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting error while the user is disabled(is_active=False) #232
works perfectly While users login with the Facebook first time. in some cases, admin can disable the users(is_active=False).
Read more >
django is_active does not disable the user - Stack Overflow
I have a custom login that does not check is_active of users. Simply I should handle it in my custom login view.
Read more >
Re-set user.IsPortalEnabled field? - Salesforce Stack Exchange
I'm pretty sure that you cannot re-enable that exact user record once it is disabled (which is what the error message states...sort of)....
Read more >
SwiftUI NavigationLink isActive is… | Apple Developer Forums
SwiftUI NavigationLink isActive is not working right on iOS 14.5 ... Here is the demo code, even the "isActive" is "false", tap(longPress dragInside)...
Read more >
Disable Users and Registe - TechNet - Microsoft
Good morning everyone. I'm creating a script to help me on a daily basis. The script must validate a txt file (the file...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found