Can I modify “CheckPassword” function ?
-
Hi,
I have a site with passwords encrypted with SHA-256. The database stores a salt ($5$…) and the hashed password (crypt($pass, $bcrypt_salt))).
I’d like to migrate to wordpress without asking the users to change their passwords. Is it possible to change the “CheckPassword” function in “classphpass.php” and change the way the passwords are encrypted ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can I modify “CheckPassword” function ?’ is closed to new replies.