]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/vintage/changepassword.html
Merge pull request #1505 from shaarli/dependabot/npm_and_yarn/lodash-4.17.19
[github/shaarli/Shaarli.git] / tpl / vintage / changepassword.html
index c40daf9d385b781fe3c2c1bbfa713b00a2164ba9..7e37b9a3459b7e4f8b6e862cfbe1491be88dcb36 100644 (file)
@@ -4,7 +4,7 @@
 <body onload="document.changepasswordform.oldpassword.focus();">
 <div id="pageheader">
        {include="page.header"}
-       <form method="POST" action="#" name="changepasswordform" id="changepasswordform">
+       <form method="POST" action="{$base_path}/admin/password" name="changepasswordform" id="changepasswordform">
        Old password: <input type="password" name="oldpassword">&nbsp; &nbsp;
        New password: <input type="password" name="setpassword">
        <input type="hidden" name="token" value="{$token}">
@@ -12,4 +12,4 @@
 </div>
 {include="page.footer"}
 </body>
-</html>
\ No newline at end of file
+</html>