Linux - How to reset or update vtiger admin password, Change vtiger admin password
How to reset or update vtiger admin password
Here is a simply sql query to change vtiger admin password:
Login in to mysql client:
mysql -u root -p
(you need to know your mysql root password...)
then issue this command:
mysql> update vtiger_users set user_hash='21232f297a57a5a743894a0e4a801fc3', user_password='adpexzg3FUZAk',confirm_password='adoY/6Mlw8kqg',crypt_type='' where user_name='admin';
and you can login with:
username: admin
password: admin
The topic on Linux - How to reset or update vtiger admin password is posted by - Math
Hope you have enjoyed, Linux - How to reset or update vtiger admin passwordThanks for your time