freelance84 Posted September 26, 2010 Share Posted September 26, 2010 Salting passwords... How can you update the salting without getting all the users to change their password? Is the salting set in stone once created? Link to comment https://forums.phpfreaks.com/topic/214450-changing-the-salt/ Share on other sites More sharing options...
freelance84 Posted September 26, 2010 Author Share Posted September 26, 2010 I think this would work for new members to the site... Members table has "password" field and "password_type" field. Password_type contains a reference to the salting file to be used. Therefore changing the salting can be achived for new members, as new salting is linked to new file via the ref in the members table. Still can't change the old members salting though? Link to comment https://forums.phpfreaks.com/topic/214450-changing-the-salt/#findComment-1115931 Share on other sites More sharing options...
freelance84 Posted September 26, 2010 Author Share Posted September 26, 2010 http://docs.moodle.org/en/Password_salting#Changing_the_salt Link to comment https://forums.phpfreaks.com/topic/214450-changing-the-salt/#findComment-1115945 Share on other sites More sharing options...
fortnox007 Posted September 26, 2010 Share Posted September 26, 2010 http://docs.moodle.org/en/Password_salting#Changing_the_salt thx for sharing Link to comment https://forums.phpfreaks.com/topic/214450-changing-the-salt/#findComment-1115947 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.