Skip to content

Commit 368be7f

Browse files
committed
Fix for Default user and password
Fix for Default user and password
1 parent a1cc2ab commit 368be7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

distros/ubuntu-18.04/install_ispconfig.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ InstallISPConfig() {
6868
echo | php -q install.php --autoinstall=autoinstall.ini
6969
else
7070
php -q install.php
71+
7172
fi
73+
mysql -u root -D dbispconfig -e "UPDATE sys_user SET passwort = md5('admin') WHERE username = 'admin';"
7274
if [ "$CFG_WEBSERVER" == "nginx" ]; then
7375
/etc/init.d/nginx restart
7476
else

0 commit comments

Comments
 (0)