The openstack_dashboard.dashboards.settings.password.forms ModuleΒΆ

class openstack_dashboard.dashboards.settings.password.forms.PasswordForm(request, *args, **kwargs)[source]

Bases: horizon.forms.base.SelfHandlingForm

base_fields = OrderedDict([('current_password', <django.forms.fields.CharField object at 0x7f9f3cb38290>), ('new_password', <django.forms.fields.RegexField object at 0x7f9f3cb38610>), ('confirm_password', <django.forms.fields.CharField object at 0x7f9f3cb38f10>)])
clean()[source]

Check to make sure password fields match.

declared_fields = OrderedDict([('current_password', <django.forms.fields.CharField object at 0x7f9f3cb38290>), ('new_password', <django.forms.fields.RegexField object at 0x7f9f3cb38610>), ('confirm_password', <django.forms.fields.CharField object at 0x7f9f3cb38f10>)])
handle(*func_args, **func_kwargs)[source]
media
no_autocomplete = True

Previous topic

The openstack_dashboard.dashboards.settings.password Module

Next topic

The openstack_dashboard.dashboards.settings.password.panel Module

Project Source

This Page