Skip to content

Commit

Permalink
Merge pull request #626 from ArthurHoaro/hotfix/changepassword
Browse files Browse the repository at this point in the history
Bugfix: enable change password if open shaarli is disabled
  • Loading branch information
virtualtam authored Aug 6, 2016
2 parents c7a42ab + 15ff474 commit 83dbc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tpl/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<br><br>
<a href="?do=pluginadmin"><b>Plugin administration</b><span>: Enable, disable and configure plugins.</span></a>
<br><br>
{if="$openshaarli"}<a href="?do=changepasswd"><b>Change password</b><span>: Change your password.</span></a>
{if="!$openshaarli"}<a href="?do=changepasswd"><b>Change password</b><span>: Change your password.</span></a>
<br><br>{/if}
<a href="?do=changetag"><b>Rename/delete tags</b><span>: Rename or delete a tag in all links</span></a>
<br><br>
Expand Down

0 comments on commit 83dbc41

Please sign in to comment.