Welcome, Guest. Please Login or Register.
April 28, 2025, 10:45:24 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  send strange password « previous next »
Pages: [1] Reply Ignore Print
Author Topic: send strange password  (Read 482 times)
jack
Guest
send strange password
« on: January 08, 2002, 09:09:41 PM »
Reply with quote

When yabbse sends its password to a new board user it didn't work. I got something like this $1$BpALemAH$yUxPKHYlTqU4o81zSNtT2
anybody know what's the problem.
Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:send strange password
« Reply #1 on: January 08, 2002, 09:11:28 PM »
Reply with quote

ok - could you please prkint here EXACTLY what you got?
that $1 has me intrigued and I'd like to know exactly what was sent to you....
Logged

jack
Guest
Re:send strange password
« Reply #2 on: January 08, 2002, 10:35:59 PM »
Reply with quote

This is what i got in my mail (it's a dutch version of your webboard)

Welkom, test!

Je gebruikersnaam is:  test
 en je wachtwoord is $1$yR0HWcE7$QWLAEY7eE.YrH2w0V7UIt.
Je kan het nog veranderen nadat je bent ingelogged door naar je profiel te gaan:

welcom, test
your password is $1$yR0HWcE7$QWLAEY7eE.YrH2w0V7UIt.
You can change after you logged in and go to your profile.
//forum.catsoft.dhs.org now i changed it to english if you want to test it.

thanks
Logged
jack
Guest
Re:send strange password
« Reply #3 on: January 08, 2002, 10:37:57 PM »
Reply with quote

http://forum.catsoft.dhs.org sorry wrong url format  ;D
Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:send strange password
« Reply #4 on: January 08, 2002, 11:33:38 PM »
Reply with quote

ahh crape - I figured it out.

In reminder.php there are 2 update queries

$request = mysql_query ("SELECT realName,emailAddress,memberGroup FROM {$db_prefix}members WHERE memberName='$user' LIMIT 1");}
if ($searchtype=="esearch"){
$request = mysql_query ("SELECT realName,emailAddress,memberGroup FROM {$db_prefix}members WHERE emailAddress='$user' LIMIT 1");}

just take out the LIMIT 1's to make it

$request = mysql_query ("SELECT realName,emailAddress,memberGroup FROM {$db_prefix}members WHERE memberName='$user' ");}
if ($searchtype=="esearch"){
$request = mysql_query ("SELECT realName,emailAddress,memberGroup FROM {$db_prefix}members WHERE emailAddress='$user' ");}
Logged

jack
Guest
Re:send strange password
« Reply #5 on: January 09, 2002, 12:40:26 AM »
Reply with quote

great support.

tnx joseph. There are 4 lines to edit with that limit 1 before it worked.  :)
Logged
Joseph Fung
Global Moderator
YaBB God
*****
Posts: 4512


Keep smiling: it makes others nervous.

WWW
Re:send strange password
« Reply #6 on: January 09, 2002, 03:11:27 PM »
Reply with quote

Thanks for telling me - I must have missed 2 :P
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  send strange password « 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.030 seconds with 19 queries.