diff --git a/openstack_auth/forms.py b/openstack_auth/forms.py index c7d0c51c..107fb191 100644 --- a/openstack_auth/forms.py +++ b/openstack_auth/forms.py @@ -47,6 +47,7 @@ class Login(django_auth_forms.AuthenticationForm): Inherits from the base ``django.contrib.auth.forms.AuthenticationForm`` class for added security features. """ + use_required_attribute = False region = forms.ChoiceField(label=_("Region"), required=False) username = forms.CharField( label=_("User Name"),