I found bugs that is annoying when creating new user.
I created new user in OpenAdmin. Select the package, and set the password.
It was successful. No error in logs, and user was created in panel.
But when this new user tried to login for the first time, it was failed.
It said: "Invalid password. Please try again."
It is already used the correct password (that was set in the user creation form).
I tried to restart openpanel and openadmin, still the same. New User cannot login.
So in openadmin, i need to edit the user, and changed the password (or use the same password).
But when i save it, it shows json error message:
{
"message": "Error executing command opencli user-password developer dSTrv121XG --ssh : Successfully changed password for user developer.\n"
}
But when the user tried to login again, it is now success!
User can use the password.
I tried to create new user again, but now using the default generated password in the form.
But still the same issue, i need to reset the password again in admin panel to be able to use this new user.
And the strange is the json message after i changed the password in admin panel.
ps: I already use the latest version.