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

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

Bases: horizon.forms.views.ModalFormView

form_class

alias of PasswordForm

form_id = 'change_password_modal'
modal_header = <django.utils.functional.__proxy__ object at 0x11756b50>
modal_id = 'change_password_modal'
page_title = <django.utils.functional.__proxy__ object at 0x11756d10>
submit_label = <django.utils.functional.__proxy__ object at 0x117569d0>
submit_url = <django.utils.functional.__proxy__ object at 0x117564d0>
template_name = 'settings/password/change.html'

Previous topic

The openstack_dashboard.dashboards.settings.password.urls Module

Next topic

The openstack_dashboard.dashboards.settings.user Module

This Page