summaryrefslogtreecommitdiff
path: root/openstack_auth/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_auth/forms.py')
-rw-r--r--openstack_auth/forms.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack_auth/forms.py b/openstack_auth/forms.py
index c7d0c51..107fb19 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"),