Skip to content

Commit

Permalink
Fix broken password reset link on login page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Apr 11, 2012
1 parent 7ac1b5d commit 1943b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/login.html
Expand Up @@ -36,7 +36,7 @@
</fieldset>
<input name="s" id="s" type="submit" class="btn primary" value="${_('Sign In')}"/>
&mdash;
<a href="${h.url_for('reset')}">Forgot your password?</a>
<a href="${h.url_for(controller='user', action='request_reset')}">Forgot your password?</a>
</form>
<br/>
<!-- Simple OpenID Selector -->
Expand Down

0 comments on commit 1943b7b

Please sign in to comment.