Get password when user registers and save it sha1 into database

Have a look at Pluggable Functions in /wp-includes/pluggable.php. You can safely replace the password generating/checking functions with your own.

Leave a Comment