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 0xf3fcd44c>, 'new_password': <django.forms.fields.RegexField object at 0xf3fcd4ec>, 'confirm_password': <django.forms.fields.CharField object at 0xf3fcd58c>}
clean()[source]

Check to make sure password fields match.

handle(*func_args, **func_kwargs)[source]
media

Previous topic

The openstack_dashboard.dashboards.settings.password.urls Module

Next topic

The openstack_dashboard.dashboards.settings.password.panel Module

This Page