|
@@ -63,7 +63,7 @@ function showEncodedPassword() {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
passw = encryptSha2( $("#Password").val() + $("#Salt").val());
|
|
passw = encryptSha2( $("#Password").val() + $("#Salt").val());
|
|
- msg = "Please set your password in the config file with this value:";
|
|
|
|
|
|
+ msg = "Please set your hash in the config file with this value:";
|
|
alert(msg + "\n\n" + passw);
|
|
alert(msg + "\n\n" + passw);
|
|
}
|
|
}
|
|
|
|
|