> I did it in mysql:
> update poc_user_account set
> password="newpassword" where user="operator";
that's a passable way, but using the user profile is more comfortable. You can find it, if you are logged in, on the lower right corner of your browser.
-letreo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to change passwords, especially operator?
I did it in mysql:
update poc_user_account set password="newpassword" where user="operator";
Is there a way using the GUI?
> I did it in mysql:
> update poc_user_account set
> password="newpassword" where user="operator";
that's a passable way, but using the user profile is more comfortable. You can find it, if you are logged in, on the lower right corner of your browser.
-letreo
Oh there is the password in the profile window... near the top! :)