Jump to content
  • 0

Flux CP account creation


victorfa1

Question


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  126
  • Reputation:   1
  • Joined:  09/14/12
  • Last Seen:  

i just added a Flux CP to my server...

when i click on Register button.. ok.. it creats a account.. but when i check MySQL Login table, the password that i create (123456) shows like e10adc3949ba59abbe56e057f20f883e . I thought it was encrypted but.. when i try to login with this account and password 123456 it says "Wrong Password"

Whats wrong with my CP? X_X

Link to comment
Share on other sites

6 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

disable MD5 ....

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  126
  • Reputation:   1
  • Joined:  09/14/12
  • Last Seen:  

disable MD5 ....

sorry, but how can i do that?

im kinda noob here xP

i swear i wont bothering u again with my noob things lol :P

Edited by victorfa1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   0
  • Joined:  05/20/12
  • Last Seen:  

i just added a Flux CP to my server...

when i click on Register button.. ok.. it creats a account.. but when i check MySQL Login table, the password that i create (123456) shows like e10adc3949ba59abbe56e057f20f883e . I thought it was encrypted but.. when i try to login with this account and password 123456 it says "Wrong Password"

Whats wrong with my CP? X_X

I'm not really familiar with fluxCP scripts but i know about PHP,its only an MD5 problem...the moment you login and enter your password,your password should be converted into an encrcypted type of data which will be compared to the password existed in the SQL...its a matter of MD5("your password") then sql query comparison.... ^_^

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

You have MD5 enabled in FluxCP.

If you don't want to use MD5, disable it:

/config/servers.php

'UseMD5'   => false,

http://rathena.org/board/topic/68581-solvedregister-problem-flux-cp-thanks-all/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  126
  • Reputation:   1
  • Joined:  09/14/12
  • Last Seen:  

You have MD5 enabled in FluxCP.

If you don't want to use MD5, disable it:

/config/servers.php

'UseMD5'   => false,

http://rathena.org/b...-cp-thanks-all/

aaw yeah man! tyvm ^^

im almost finishing my server =D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  1302
  • Reputation:   77
  • Joined:  12/04/12
  • Last Seen:  

thx for this info :)

Link to comment
Share on other sites

×
×
  • Create New...