Difference between revisions of "CentOS 8.x rainloop reset admin password"
From Notes_Wiki
(Created page with "<yambe:breadcrumb self="reset admin password">CentOS 8.x rainloop|rainloop</yambe:breadcrumb> =CentOS 8.x rainloop reset admin password= To reset rainloop admin password use...") |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x Web based tools|Web based tools]] > [[CentOS 8.x rainloop|rainloop]] > [[CentOS 8.x rainloop reset admin password]] | |||
To reset rainloop admin password use following steps | To reset rainloop admin password use following steps | ||
Line 14: | Line 13: | ||
Refer: | Refer: | ||
* https://my.mozdomains.com/knowledgebase/4611/How-to-Recovery-Reset-RainLoop-Admin-Password.html | * https://my.mozdomains.com/knowledgebase/4611/How-to-Recovery-Reset-RainLoop-Admin-Password.html | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x Web based tools|Web based tools]] > [[CentOS 8.x rainloop|rainloop]] > [[CentOS 8.x rainloop reset admin password]] |
Latest revision as of 16:43, 28 August 2022
Home > CentOS > CentOS 8.x > Web based tools > rainloop > CentOS 8.x rainloop reset admin password
To reset rainloop admin password use following steps
- Edit the configuration file at <rainloop-install-dir>/../data/_data_/_default_/configs/application.ini and set admin_password to "12345"
- admin_password = "12345"
-
- 12345 is special password. We need to keep this password only and not any other random string
- After this we can open rainloop admin interface using http://<ip-or-fqdn>/?admin (/?admin is critical)
- Login with the username:password as admin:12345
- Go to Security section and set new password.
Refer:
Home > CentOS > CentOS 8.x > Web based tools > rainloop > CentOS 8.x rainloop reset admin password