Jump to content
  • 0

flux cp: Account password problem


Rhaven

Question


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  11/09/12
  • Last Seen:  

After registration account has been registered successfully. But when I look in SQL. The password is in different value.

ex. When I create an account with password = Helloworld17

The SQL password value = 7cfd9e20418e002a4d406e00c5390e65

what is the problem?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   12
  • Joined:  08/22/12
  • Last Seen:  

Flux is set to change it to md5 hash, you'll have to remove that if you don't have md5 hash enabled.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  195
  • Reputation:   23
  • Joined:  01/05/12
  • Last Seen:  

Hello,

If you want to disable md5 hash, edit

/config/servers.php

'UseMD5' => true, to UseMD5' => false,

Hope it helps, goodluck.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  11/09/12
  • Last Seen:  

Working, Thanks!

but, just want to ask. What does md5 do? How it can help the security?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi Rhaven,

MD5 encrypts the plain-text value of the password, so if someone hacks into the MySQL database; they don't know the actual password since it's just a hash value. But if you secure your MySQL, you shouldn't have any problems with this.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  56
  • Reputation:   1
  • Joined:  11/09/12
  • Last Seen:  

Thank you for you reply. Now I know /thx

Link to comment
Share on other sites

×
×
  • Create New...