Changed reset to "change password" cause it doesn't actually reset password
This commit is contained in:
parent
4d6b8a01f0
commit
c939d4314b
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
<div class="boxes">
|
||||
<h2><a href="./signup.html">Sign-up Page</a></h2>
|
||||
<p>Please use this if you have yet to activate an account on Skynet before.</p>
|
||||
<h2><a href="password.html">Password Reset</a></h2>
|
||||
<p>Please use this service if you ever forget your skynet password</p>
|
||||
<h2><a href="password.html">Change Password</a></h2>
|
||||
<p>Please use this service to change your skynet password</p>
|
||||
<h2><a href="modify.html">User modification</a></h2>
|
||||
<p>
|
||||
Please use this service to modify your user data (email, login ssh key, etc.)
|
||||
|
|
Loading…
Reference in a new issue