is there any way we can edit password (password field in DB) and save it with password_hash(). currently it is saving password in plain text.
1 Answers
Your Answer
is there any way we can edit password (password field in DB) and save it with password_hash(). currently it is saving password in plain text.