Using V5 and mysql for database.
On my add new user form, I want to take the field and before saving it to the database, want to create an md5 hash and actually use that in my user table field called password instead of the password that they type.
What’s the best way to accomplish this?