]> git.mxchange.org Git - jjobs-war.git/blobdiff - web/login/login_change_email_address.xhtml
use user controller + use current password template
[jjobs-war.git] / web / login / login_change_email_address.xhtml
index 2c9a84b3e8bb455a3950dc66d5fce03e0f7e9525..1dbb0f27e20b35a2f3c8d275abd7043e62b9acdd 100644 (file)
@@ -59,7 +59,7 @@
 
                                                <div class="table_footer">
                                                        <h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
-                                                       <h:commandButton class="submit" type="submit" id="change_email" value="#{msg.BUTTON_CHANGE_EMAIL_ADDRESS}" action="#{loginController.changeEmailAddress()}" />
+                                                       <h:commandButton class="submit" type="submit" id="change_email" value="#{msg.BUTTON_CHANGE_EMAIL_ADDRESS}" action="#{userController.changeEmailAddress()}" />
                                                </div>
                                        </h:form>
                                </div>