- moved key-generation from a global function to root/makekey.hac

- added a nice feedback skin
This commit is contained in:
stefanp 2002-12-04 09:21:40 +00:00
parent 1f9846f157
commit 544c791ddc
3 changed files with 51 additions and 45 deletions

20
Global/pwdfeedback.skin Normal file
View file

@ -0,0 +1,20 @@
<body bgcolor="white">
<table width="500" border="0" cellspacing="0" cellpadding="5" bgcolor="#000000">
<tr>
<td width="500" align="left" valign="top" bgcolor="#ffffff">
<big>Generated username and password for helma's manager:</big><br>
<p>Please copy/paste this line into the server.properties file of your
helma installation.</p>
<pre><% param.propsString %></pre>
<p>After that proceed to <a href="<% root.href action="main" %>">the manage console</a>,
enter your credentials and you should be allowed in.</p>
</td></tr>
</table>
</body>