Skip to content

Commit

Permalink
Fix password reset (inserted manually from e7fa2c1)
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 7, 2012
1 parent 60bc98c commit 4f28876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/login.html
Expand Up @@ -38,7 +38,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 4f28876

Please sign in to comment.