summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-04 00:18:58 -0400
committersostler <sbostler@gmail.com>2010-05-04 00:18:58 -0400
commit8074a99c8fff2af9a92584a662f9b18e4a399e0d (patch)
tree1da506e7fe9a03949a13fc1650c3b678a8f460d7 /static/index.html
parent67fa68aace4fc630948972ae3d1b2054c79fbe3e (diff)
Unveil reset pw link
Diffstat (limited to 'static/index.html')
-rwxr-xr-xstatic/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/index.html b/static/index.html
index cca686b..1f6930f 100755
--- a/static/index.html
+++ b/static/index.html
@@ -61,10 +61,10 @@ $(document).ready(function() {
<input checked="checked" type="checkbox" name="rememberme" id="remembermeInput" />
Remember Me
</label></div>
-<div style="display: none">
+<div>
<br>
- <a href="/reset" style="text-decoration:none;">Forgot your password?</a><br>
- </div>
+ <a href="/reset-request" style="text-decoration:none;">Forgot your password?</a><br>
+</div>
</div>
</div>