Welcome to OCS Inventory NG community support, where you can ask questions and receive answers from other members of the community.

Please ask questions only in English or French.

Release 2.11.1 available

The official documentation can be found on http://wiki.ocsinventory-ng.org. Read it before asking your question.

Unable to Access OCS Inventory

Hello there,

unfortunately I had to change my password for a user of the operators table. I had to do this at the Linux server because the web access wasn't possible anymore (I forgott the password). Via

sudo mysql

use ocsweb;

update operators set passwd=password('MyPassword') where firstname='MyUser';

exit

sudo service mysqld restart

it was no problem to change this. But there's no way to access the user with the new password. Did I forget something?

in OCS Inventory NG server for Unix by (1.3k points)

Please log in or register to answer this question.

 
Powered by Question2Answer
...