|
|||
|
Quote:
|
|
|||
|
I know this thread is old but I have a little problem with md5 with my V5.0 flashchat.
Integrated with my Vbulletin 3.0.3 sql database, all user can lauch 123flashchat and login automaticly. But the admin have to re-type is password. In the "default.xml" I have this line: Code:
<admin>
<user name="mr_sarge" passwd="020331d166d3495f213e43dbcf4c614e" md5="On"></user>
</admin>
But if I look in my forum database, the password for mr_sarge is: Code:
4e5a161c40cfdd3070ea507c2ab9b39e The MD5 + Salt does not apply to the admin password? thanks, Franck |
|
|||
|
Hi Franck ,
if you using the auto-login function, you may set : Code:
<user name="mr_sarge" passwd="020331d166d3495f213e43dbcf4c614e" md5="Off"></user> in version 5.0, it fixed the bug for auth-url output the code "5" as an admin, you may edit the login_chat.php file to output code "5" when the username is mr_sarge , then you can forget about the default.xml settings about the admin account. |
|
|||
|
Quote:
I had this problem too. I was playing around with the default.xml file and discovered that you have to set the MD5 option to "true" NOT "on". So make sure your your encypted password is the same in both vBulletin and the default.xml file. Do not set the admin password via the user interface, edit the default.xml file directly with your encrypted password from vBulletin.
__________________
www.mark-eve.com |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|