Handle the case when authenticate() returns None
Bug #1436040 reported by
Lin Hua Cheng
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
django-openstack-auth |
New
|
Medium
|
Unassigned |
Bug Description
When authenticate() returns None, Horizon gets unexpected error of :'AnonymousUser' object has no attribute 'backend'
None is a valid return for authenticate() if the user cannot be validated based on: https:/
We should fix the handling in forms so that Horizon can handle the case when None is returned
Changed in django-openstack-auth: | |
importance: | Undecided → Medium |
Changed in django-openstack-auth: | |
assignee: | nobody → Ankur Jain (j-ankur) |
Changed in django-openstack-auth: | |
assignee: | Ankur Jain (j-ankur) → nobody |
To post a comment you must log in.