Improve prompts to create a user

This commit is contained in:
Dmitry Maksyoma
2022-07-06 01:56:32 +12:00
parent 60de5a9791
commit 1c54f4f921
2 changed files with 4 additions and 3 deletions

View File

@@ -281,7 +281,7 @@ $kasmAuthEnabled = 1;
if ($kasmAuthEnabled) {
if (!(-e "$ENV{HOME}/.kasmpasswd")) {
warn "\nYou will require a password to access your desktops.\n\n";
warn "\nYou need to create a KasmVNC user to access your desktops.\n\n";
system($exedir."kasmvncpasswd $ENV{HOME}/.kasmpasswd");
if (($? >> 8) != 0) {
exit 1;