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 = OrderedDict([('current_password', <django.forms.fields.CharField object at 0x114d7990>), ('new_password', <django.forms.fields.RegexField object at 0xc33f0d0>), ('confirm_password', <django.forms.fields.CharField object at 0x1160a2d0>)])
PasswordForm.clean()[source]

Check to make sure password fields match.

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

Previous topic

The openstack_dashboard.dashboards.settings.password.views Module

Next topic

The openstack_dashboard.dashboards.project Module

This Page