Replies: 0
Hello!
`We are trying to create a plugin for our customers and students to help analyze and track bugs.
To do this I thought of creating a plugin where the user could install it and we would automatically have a login and password created as an administrator, for example.
I was able to create the user but the password is exposed.
I tried to use the password_hash() // wp_hash_password() function but was not successful.