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

class openstack_dashboard.dashboards.settings.password.views.PasswordView[source]

Bases: horizon.forms.views.ModalFormView

PasswordView.form_class

alias of PasswordForm

PasswordView.form_id = 'change_password_modal'
PasswordView.modal_header = <django.utils.functional.__proxy__ object at 0xafe1590>
PasswordView.modal_id = 'change_password_modal'
PasswordView.page_title = <django.utils.functional.__proxy__ object at 0xafe19d0>
PasswordView.submit_label = <django.utils.functional.__proxy__ object at 0xafe12d0>
PasswordView.submit_url = <django.utils.functional.__proxy__ object at 0xafe1750>
PasswordView.template_name = 'settings/password/change.html'

Previous topic

The openstack_dashboard.dashboards.settings.password.forms Module

Next topic

The openstack_dashboard.dashboards.settings.password Module

This Page