Public bug reported: Since PasswordForm handle success return http.HttpResponseRedirect(settings.LOGOUT_URL), it's no need to set success_url in PasswordView.
see: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/settings/password/forms.py#L60 ** Affects: horizon Importance: Undecided Assignee: Zhenguo Niu (niu-zglinux) Status: New ** Changed in: horizon Assignee: (unassigned) => Zhenguo Niu (niu-zglinux) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1331329 Title: success_url is unneeded in PasswordView Status in OpenStack Dashboard (Horizon): New Bug description: Since PasswordForm handle success return http.HttpResponseRedirect(settings.LOGOUT_URL), it's no need to set success_url in PasswordView. see: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/settings/password/forms.py#L60 To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1331329/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

