Anton_FA Posted January 23, 2003 Posted January 23, 2003 I've set up OSC on an intranet. When I try to create an account, enter the required details then click continue and it just returns to the same page, though without text fields. When I comment out line 303 of create_account_proccess.php $crypted_password = crypt_password($HTTP_POST_VARS['password']); I can then create an account fine but when I try to log in it allways says that my password is wrong. :( Does anyone know how I can fix this?
Anton_FA Posted January 23, 2003 Author Posted January 23, 2003 BTW: I've included this Mod - Account Signup Management 1.0
Anton_FA Posted January 23, 2003 Author Posted January 23, 2003 Our found this tread which anwsered my problem: http://www.oscommerce.com/forums/viewtopic.php...hlight=password I need to change $crypted_password = crypt_password($HTTP_POST_VARS['password']); to: $crypted_password = tep_encrypt_password($HTTP_POST_VARS['password']);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.