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 0xff6b910>
PasswordView.modal_id = 'change_password_modal'
PasswordView.page_title = <django.utils.functional.__proxy__ object at 0xff6b090>
PasswordView.submit_label = <django.utils.functional.__proxy__ object at 0xff6b710>
PasswordView.submit_url = <django.utils.functional.__proxy__ object at 0xff6bf90>
PasswordView.template_name = 'settings/password/change.html'

Previous topic

The openstack_dashboard.dashboards.settings.password Module

Next topic

The openstack_dashboard.dashboards.settings.password.forms Module

This Page