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

PasswordForm.base_fields = {'current_password': <django.forms.fields.CharField object at 0x6ba9d50>, 'new_password': <django.forms.fields.RegexField object at 0x6ba9e90>, 'confirm_password': <django.forms.fields.CharField object at 0x6ba9fd0>}
PasswordForm.clean()[source]

Check to make sure password fields match.

PasswordForm.handle(*args, **kwargs)[source]
PasswordForm.media

Previous topic

The openstack_dashboard.dashboards.settings.password.views Module

Next topic

The openstack_dashboard.dashboards.settings.password Module

This Page