From 8f6503ae6b6745df075d7ff6cbd0bf7c415fdc98 Mon Sep 17 00:00:00 2001 From: stefanp Date: Tue, 26 Mar 2002 19:00:25 +0000 Subject: [PATCH] changed instructions --- Global/pwdform.skin | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/Global/pwdform.skin b/Global/pwdform.skin index 0825e3ab..641aaa2d 100644 --- a/Global/pwdform.skin +++ b/Global/pwdform.skin @@ -4,13 +4,16 @@ -Choose username and password for helma's manager:
+Username and password for helma's manager:
-Please choose an username and password combination to access the -manage application of this server. They will be saved md5-encoded -to the server.properties file. Later you can change these settings -either manually by editing the server.properties file or through -this webinterface in manage/makekey +

Please choose an username and password combination to access the +manage application of this server. They will be appended md5-encoded +to the server.properties file. You can change the settings manually +by editing the server.properties file or through this webinterface +in manage/makekey (from localhost only!).

+

This is a stupid script and doesn't check wheter these properties +are already set in this file. So if you've already set username and +password you need to delete the old values manually.

<% param.msg %>
@@ -20,9 +23,9 @@ this webinterface in manage/makekey
-Username and password are transmitted in an unsafe cleartext way. -Therefore you're strongly discouraged to use any given combination -that is normally protected through ssh. +

Warning: The used http-authorization transmits username and password +in an unsafe cleartext way. Therefore you're strongly discouraged to +use any given combination that is normally protected through SSH.