PDA

View Full Version : Password Reset


Justinphx
01-23-2016, 01:59 AM
If a member forgets their password they can click on reset password and entering their email address. The server then sends them an email to recover the password.

Is there a way to turn this off? My forum is secure and if a member does this they can look at the email headers and see detailed into on our server such as the real IP.

Thanks

Dave
01-23-2016, 02:10 AM
Instead of sending emails locally, just use a third party email server which does not include the origin server IP in the email headers. I personally use http://www.critsend.com/.

If you really want to get rid of it, just comment out the code in the login.php file.