https://bugs.koozali.org/show_bug.cgi?id=11749
Bug ID: 11749
Summary: provide a unique admin password
Classification: Contribs
Product: SME Contribs
Version: 10.0
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-zabbix-server
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
generate one in db; then
mysql YOUR_ZABBIX_DATABASE;
mysql> update users set passwd=md5('YOUR_NEW_PASSWORD') where alias='Admin';
mysql> exit;
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/