Skip to content

Commit

Permalink
[login] added slashes at the end of account links (#3176)
Browse files Browse the repository at this point in the history
This slashes at the end of the password-reset and request-account links on the login page, in order to prevent an unnecessary redirect to the URL with a slash at the end.

This was also causing conflicts with some nginx reverse-proxy configurations.
  • Loading branch information
ridz1208 authored and driusan committed Oct 11, 2017
1 parent 63a7e76 commit f1a5add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smarty/templates/login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</div>
</form>
<div class="help-links">
<a href="{$baseurl}/password-reset">Forgot your password?</a><br/>
<a href="{$baseurl}/request-account">Request Account</a>
<a href="{$baseurl}/password-reset/">Forgot your password?</a><br/>
<a href="{$baseurl}/request-account/">Request Account</a>
</div>
<div class="help-text">
A WebGL-compatible browser is required for full functionality (Mozilla Firefox, Google Chrome)
Expand Down

0 comments on commit f1a5add

Please sign in to comment.