User Tools

Site Tools


en:tvip_tms_faq_new

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:tvip_tms_faq_new [2022/12/19 12:04]
Виталий Журавлев [Channel selection priority]
en:tvip_tms_faq_new [2023/01/10 16:03] (current)
Виталий Журавлев [How to enable logs at TMS]
Line 341: Line 341:
  
 :!: Where  //*name// - the micro-service name :!: Where  //*name// - the micro-service name
 +
 +
 +
 +===== How to Reset password for Administrator in TVIP-TMS =====
 +
 +You could reset password for admin user in TVIP-TMS ​
 +
 +  * Connect to your TVIP-TMS server via ssh:
 +<​code>​
 +$ ssh login@tms.example.com
 +</​code>​
 +  *  Connect to TMS database:
 +<​code>​
 +# psql -U tvip-tms tvip-tms
 +</​code>​
 +  * Replace password for user admin, in example used password is **admin**
 +<​code>​
 +tvip-tms=>​ UPDATE admin SET md5pw = '​21232f297a57a5a743894a0e4a801fc3'​ WHERE login = '​admin';​
 +</​code>​
 +  * Leave database console
 +<​code>​
 +tvip-tms=>​ \q;
 +</​code>​
  
 ===== Recommended parameters for icons ===== ===== Recommended parameters for icons =====
en/tvip_tms_faq_new.1671440656.txt.gz · Last modified: 2022/12/19 12:04 by Виталий Журавлев