Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move password salt away from config.json #16

Open
Mayhem93 opened this issue Feb 17, 2017 · 0 comments
Open

Move password salt away from config.json #16

Mayhem93 opened this issue Feb 17, 2017 · 0 comments

Comments

@Mayhem93
Copy link
Member

Having the same password salt for each user/admin is obviously against good practices in security so we have to remove it from the config file and store it in the password itself (as it usually being done).

Note: this will make all passwords not match after implementing this, so it's best to start with a fresh database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant