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

class openstack_dashboard.dashboards.settings.password.views.PasswordView(*args, **kwargs)[source]

Bases: horizon.forms.views.ModalFormView

form_class

alias of PasswordForm

form_id = 'change_password_modal'
modal_id = 'change_password_modal'
page_title = <django.utils.functional.__proxy__ object at 0xc4c6710>
submit_label = <django.utils.functional.__proxy__ object at 0xd97e0d0>
submit_url = <django.utils.functional.__proxy__ object at 0xd97e110>
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