freshrss-app/POSTINSTALL.md

17 lines
385 B
Markdown
Raw Permalink Normal View History

2023-10-27 08:36:22 +00:00
<sso>
On first visit, sign in using the built-in Cloudron authentication and then make the user administrator
by running:
```
php cli/reconfigure.php --default_user YOUR_USERNAME
```
</sso>
<nosso>
2020-07-16 22:53:55 +00:00
This app is pre-setup with an admin account. The initial credentials are:
2020-09-23 21:14:23 +00:00
**Username**: admin<br/>
**Password**: changeme<br/>
2017-02-17 08:45:48 +00:00
2020-07-16 22:53:55 +00:00
Please change the admin password immediately.
2023-10-27 08:36:22 +00:00
</nosso>