Hello all,I have a small issue. One of my staff members forgot their password for the SCP and in the admin panel I have the checkbox checked for  Enables the Forgot my password link on the staff control panel But the link does not show up on the login page. Besides me making a dummy password my self and forcing the user to change the password on next login how do I enable the link so they can do this themselves.

Using a text editor open/include/staff/login.tpl.phpLocate line 15 which should read:<?php if ($_SESSION > '1' && $cfg->allowPasswordReset()) { ?>Change it to:<?php if ($_SESSION > '1' && $cfg->allowPasswordReset()) { ?>

Write a Reply...