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 = {'current_password': <django.forms.fields.CharField object at 0x2b837c640b90>, 'new_password': <django.forms.fields.RegexField object at 0x2b837c2b15d0>, 'confirm_password': <django.forms.fields.CharField object at 0x2b837c2b1690>}
clean()[source]

Check to make sure password fields match.

handle(*func_args, **func_kwargs)[source]
media
no_autocomplete = True

Previous topic

The openstack_dashboard.dashboards.settings.password.panel Module

Next topic

The openstack_dashboard.dashboards.settings.user.views Module

This Page