• Hey guys,

    I am just getting started with wordpress developement and I was wondering how I’d be able to just use md5 for the passwords instead of salted passwords.

    Also, which file contains the table name variables? I would like to change the table name for the user info. Instead of wp_users, I want it it to use user table.

    Thanks for the help!

Viewing 1 replies (of 1 total)
  • You can use md5 to set up user passwords in the database initially but these will be re-encrypted using an inbuilt class when each user logs in for the first time.

    Instead of wp_users, I want it it to use user table.

    I think that’s well nigh impossible.

Viewing 1 replies (of 1 total)
  • The topic ‘Unsalted passwords (just md5) and Changing table names’ is closed to new replies.