Update login.php
authorPatrick McGuire <insidenothing@gmail.com>
Fri, 15 May 2020 03:10:02 +0000 (23:10 -0400)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 03:10:02 +0000 (23:10 -0400)
admin/login.php

index ab64753..37aed62 100644 (file)
@@ -50,7 +50,7 @@ if (isset($_POST['email']) && isset($_POST['password'])){
                </tr>
                <tr>    
                        <td>&nbsp;</td>
-                       <td><input type="submit" name="loginGo" value="Log In"  /></td>
+                       <td><input type="submit" name="loginGo" value="Log In"  /> or <a href='reset.php'>Reset Password</a></td>
                </tr>
        </table>        
   </form>