diff options
Diffstat (limited to 'forum_modules/localauth/templates/loginform.html')
-rwxr-xr-x | forum_modules/localauth/templates/loginform.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forum_modules/localauth/templates/loginform.html b/forum_modules/localauth/templates/loginform.html index 0d95a2f2..b1784fb6 100755 --- a/forum_modules/localauth/templates/loginform.html +++ b/forum_modules/localauth/templates/loginform.html @@ -24,7 +24,7 @@ <input id="blogin" name="blogin" type="submit" value="Login" />
</td>
<td>
- <a href="{% url auth_local_register %}">Create account</a><span> | </span><a href="{% url auth_local_register %}">Forgot your password?</a>
+ <a href="{% url auth_local_register %}">Create account</a><span> | </span><a href="{% url auth_request_tempsignin %}">Forgot your password?</a>
</td>
</tr>
</table>
|