Subject: | Change Pass Form Doesn't have Correct `page` Input |
On line 178, page => $conf->{Q_PAGE} needs to be $self->{Q_PAGE}, otherwise the change pass form tries to submit to web root instead of the page with the form, because it has empty "page" hidden input.