Welcome, Guest. Please Login or Register.
July 22, 2025, 01:09:22 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  Help needed on password reminder « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Help needed on password reminder  (Read 438 times)
Starks
Noobie
*
Posts: 37


I love Yabb.

Help needed on password reminder
« on: May 02, 2003, 08:07:05 PM »
Reply with quote

Hi,

Someone is going to the "forgot password" section, and writing one of my moderator's username. Of course it's sent to his mail address but the password is changed. Everytime he has to modify it and it's annoying.  This has been done 3 or 4 times in the past week. (to the same moderator)

Is there a way to prevent this and can I somehow learn who is doing that?

Thanks very much.   :)
Logged
andrea
Global Moderator
YaBB God
*****
Posts: 4400


Peace on Earth

WWW
Re:Help needed on password reminder
« Reply #1 on: May 02, 2003, 08:37:31 PM »
Reply with quote

Maybe it is just somebody with a similar name. Needs not to be malevolent.
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Help needed on password reminder
« Reply #2 on: May 02, 2003, 11:18:51 PM »
Reply with quote

Darn!  I forgot to add that.

Keep a look out for Enhanced Security 1.3.  I was *planning* on making it have an option to turn off the forgot password feature for specific membergroups.... then you could just tell it not to allow it for Moderators.

-[Unknown]
Logged
Ben_S
Disciple of Joe
Support Team
YaBB God
*****
Posts: 1586


I Love YaBB SE!

WWW
Re:Help needed on password reminder
« Reply #3 on: May 03, 2003, 12:30:55 AM »
Reply with quote

how about doing what phpnuke does (or similar).

When you use the forgot password option, rather than changing the password stright away, it emails a confirmation code, you then use the confirmation code to request a new password, this stops anyone requesting new passwords for the sake of it, as for the password to be changed, they need the confirmation code from the email
Logged
Michele
Beta Tester
YaBB God
*****
Posts: 584


I can't wait for YaBB SE 2!

Mad+Moya WWW
Re:Help needed on password reminder
« Reply #4 on: May 04, 2003, 06:25:22 AM »
Reply with quote

Make the following changes to Reminder.php. Then when someone does that to your moderator again, ask him what the IP was listed in the email. Then ban the IP. :)


<search for>
global $secretAnswer, $passwrd1, $passwrd2;
</search for>

<add after>
global $REMOTE_ADDR;
</add after>

<search for>
   sendmail($email, $subject, "$txt[711] $name,\n\n$mbname ==>\n\n$txt[35]: $member_name\n$txt[36]: $password\n$txt[87]: $status\n\n$txt[130]",$webmaster_email);
</search for>

<replace with>
   sendmail($email, $subject, "$txt[711] $name,\n\n$mbname ==>\n\n$txt[35]: $member_name\n$txt[36]: $password\n$txt[87]: $status\nIP: $REMOTE_ADDR\n\n$txt[130]",$webmaster_email);
</replace with>


HTH, Michele
Logged

formerly Mad Moya
PfaBB - http://pfabb.lunabyte.com
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Help needed on password reminder « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.101 seconds with 21 queries.