Jump to content
  • 0
ShadowKing

FluxCP password encrypt

Question

On accounts I register through FluxCP, their passwords are then encrypted in the SQL, but that actually is changing their passwords for when trying to log in.

So if I register with a password of "password1234" it gets encrypted to "hgfh6583bhbun473b6b" and that becomes the actual password needed to login to the client. Anyone know how to fix this this?

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

No that's correct, it is what is called an MD5 hash safe fashion way to store passwords in a database

https://github.com/HerculesWS/Hercules/blob/master/conf/login/login-server.conf

 

You need to configure your server to use encrypted passwords... (change to true)

use_MD5_passwords: false

and disable allow _M _F regitration....(change to false)

new_account: true

 

Edited by Habilis

Share this post


Link to post
Share on other sites
  • 0
22 minutes ago, Habilis said:

No that's correct, it is what is called an MD5 hash safe fashion way to store passwords in a database

https://github.com/HerculesWS/Hercules/blob/master/conf/login/login-server.conf

 

You need to configure your server to use encrypted passwords... (change to true)


use_MD5_passwords: false

and disable allow _M _F regitration....(change to false)


new_account: true

 

Thank you :)

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.