vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Cannot Reset Password (https://vborg.vbsupport.ru/showthread.php?t=59067)

SVTBlackLight01 12-09-2003 06:28 PM

Cannot Reset Password
 
I posted this at Vb.com too, but as expected haven't gotten much help since my board is hacked.

I have a test user on my forum. I tried to login under that account under that user name and I got the wrong password message. I then tried to used the pasword recovery option. I got the e-mail but the temporary password didn't work. I tried changing the password in the adminCP, and that didn't work. I even tried to reset the password in the database itself with no luck. Any ideas as to what could be causing this?

Also, I can't register a new user. It says that "the username is already in use". This happens no matter what username I try.

I'm using 2.2.9.

Zachery 12-09-2003 07:17 PM

Quote:

Originally Posted by SVTBlackLight01
I posted this at Vb.com too, but as expected haven't gotten much help since my board is hacked.

I have a test user on my forum. I tried to login under that account under that user name and I got the wrong password message. I then tried to used the pasword recovery option. I got the e-mail but the temporary password didn't work. I tried changing the password in the adminCP, and that didn't work. I even tried to reset the password in the database itself with no luck. Any ideas as to what could be causing this?

Also, I can't register a new user. It says that "the username is already in use". This happens no matter what username I try.

I'm using 2.2.9.

first you cant change the password in the DB since it goes though a md5 hash, that would be totaly useless uness youve changed your password encryption.

second what hacks have you installed? have you setup another test user to test this on?

SVTBlackLight01 12-09-2003 09:12 PM

Quote:

Originally Posted by Faranth
first you cant change the password in the DB since it goes though a md5 hash, that would be totaly useless uness youve changed your password encryption.

second what hacks have you installed? have you setup another test user to test this on?

I found a query run run over at vb.com that runs the password through the encription when its interted into the database.

I don't have a list of all the hacks, but I guess I could put one together (if I can remember them all :ermm: ).

I was going to set up another test user through the registration sustem , but I am not able to because of my second problem. I created a new user from the Admin CP, but I still have the same problem when logging in.

I get new members every day, so it doesn't make sense.

SVTBlackLight01 12-14-2003 12:49 AM

Anybody have any ideas?

g-force2k2 12-14-2003 02:58 PM

make sure that in the member.php when the user is logging in that the password that is entered is first put through the md5() function and then matched to the database.

regards,
g-force2k2

SVTBlackLight01 12-14-2003 07:24 PM

Thanks, g-force2k2.

I'll take a look at it.

Something else I noticed today is that it seems to disegard the username. I tried again to log in as the test user, which has a different password than my admin username, and got the wrong password message. But when I used the password that I use for the admin user it logged me in as the admin even though I was using the test username.

g-force2k2 12-15-2003 03:11 PM

To be sure that the username and password that you're entering are correct check the database entries. Just make sure that the username isn't different from what you had entered and then just md5() the password that you would enter and see if that too matches the database entry. If so then it should be an issue in the member.php or perhaps functions.php. If you need more assistance let me know.

Regards,
g-force2k2

SVTBlackLight01 12-18-2003 08:27 AM

Thanks for all the suggestions. I got it worked out. :D


All times are GMT. The time now is 04:44 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01768 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete