Re-hashing local accounts
-
As part of a hacking attempt we need to re-hash the entries in the user table from the standard WordPress MD5 based has to a new Bcrypt hash.
I can get this working on pure local accounts by simply logging in (as it upgrades the hash on-the-fly) however I’m struggling to find a way to update the wpDirAuth created entries.I could simply delete the account and let wpDirAuth re-create them – but obviously this would lose the link between any content created on the site and the user themselves.
I’ve tried to disable the plugin and then log in using the credentials of the user – but this hasn’t worked either. My guess is that most users will have updated passwords in LDAP and the original hashes held in WordPress no longer match?
Could you clarify how wpDirAuth uses the password hashes please? I’m actually presuming that it doesn’t but would appreciate any input you have ??
Thanks,
Steve.
- The topic ‘Re-hashing local accounts’ is closed to new replies.