amcik Posted December 5, 2019 Share Posted December 5, 2019 (edited) Hello guys, Sorry if this question is already answered. is there a way to 'enable' the password salt? now in the database the 'members_pass_salt' is empty. Can u guys guide me through please? Thanks in advance. ps: I'm a noob. Edited December 5, 2019 by amcik Link to comment Share on other sites More sharing options...
0 Phun Posted December 7, 2019 Share Posted December 7, 2019 Salting is no longer required to be stored in the database because they switched over to a new function in PHP that automatically generates the salt when presented with the password hash. https://www.php.net/manual/en/function.password-hash.php Link to comment Share on other sites More sharing options...
0 Kaneko Sayami Posted December 7, 2019 Share Posted December 7, 2019 I believe that was removed when IPS had a big update, not sure I recall when but I remember seeing them mention that this was gonna be removed after a certain version Discord: KanekoSayami Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted January 20, 2020 Administrator Share Posted January 20, 2020 The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
amcik
Hello guys,
Sorry if this question is already answered.
is there a way to 'enable' the password salt? now in the database the 'members_pass_salt' is empty.
Can u guys guide me through please?
Thanks in advance.
ps: I'm a noob.
Edited by amcikLink to comment
Share on other sites
3 answers to this question
Recommended Posts