You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
password_query = SELECT * FROM (SELECT CONCAT(u.username, '@', d.name) as user, password FROM users u JOIN domains d ON (u.domain_id=d.id)) x WHERE user='%u';
67
+
```
68
+
Don't forget to replace the placeholders in the line starting with ` connect ` with your correct database credentials.
69
+
70
+
## Default admin login credentials
71
+
Admin-login page: ` /admin `
72
+
73
+
Username: ` admin `
74
+
75
+
Password: ` admin `
76
+
77
+
78
+
Make sure to change the administrator password IMMEDEATELY after installation!
79
+
80
+
39
81
## License
40
82
This project is licensed under the GNU General Public License Version 3 - see the LICENSE file for details.
0 commit comments