forked from cloudron-apps/gitea-app
e566c94b43
better custom app.ini optional sso support always create root user
14 lines
388 B
Markdown
14 lines
388 B
Markdown
A default admin user has been setup with the following credentials (use the `Local` authentication source when logging in):
|
|
|
|
```
|
|
username: root
|
|
password: changeme
|
|
```
|
|
|
|
**Note:** Please change the password and email immediately after installation.
|
|
|
|
<sso>
|
|
This app integrates with the Cloudron SSO. Cloudron users can login and use Gitea
|
|
using the `Cloudron` authentication source.
|
|
</sso>
|
|
|