diff options
author | ivan <ivan> | 2004-03-17 21:48:13 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-17 21:48:13 +0000 |
commit | 58af1dc16ef6c53c78df8229376747dd34e5814b (patch) | |
tree | e2edc2784e40df779799860353c2c1f89abecf3e /httemplate/docs | |
parent | 78643ececd51dd88c9856d48b40bcf8e87bcf96a (diff) |
proper self-service login supporting plaintext, crypt and MD5 passwords
Diffstat (limited to 'httemplate/docs')
-rw-r--r-- | httemplate/docs/install.html | 1 | ||||
-rw-r--r-- | httemplate/docs/upgrade-1.4.2.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 27056d909..7fcc4a1a2 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -54,6 +54,7 @@ Before installing, you need: <li><a href="http://search.cpan.org/search?dist=HTML-Widgets-SelectLayers">HTML-Widgets-SelectLayers</a> <li><a href="http://search.cpan.org/search?dist=Storable">Storable</a> <!-- MyAccounts, maybe only for dev <li><a href="http://search.cpan.org/search?dist=Cache-Cache">Cache::Cache</a> --> + <li><a href="http://search.cpan.org/search?dist=Crypt-PasswdMD5">Crypt::PasswdMD5</a> <li><a href="http://search.cpan.org/search?dist=ApacheDBI">Apache::DBI</a> <i>(optional but recommended for better webinterface performance)</i> </ul> </ul> diff --git a/httemplate/docs/upgrade-1.4.2.html b/httemplate/docs/upgrade-1.4.2.html index 3c9ac9c6d..b8c5fcf7e 100644 --- a/httemplate/docs/upgrade-1.4.2.html +++ b/httemplate/docs/upgrade-1.4.2.html @@ -13,6 +13,7 @@ <li>Install <a href="http://search.cpan.org/search?dist=DBD-Pg">DBD::Pg</a> 1.32. <li>Install <a href="http://search.cpan.org/search?dist=Cache-Cache">Cache::Cache</a>. <li>Install <a href="http://search.cpan.org/search?dist=Net-SSH">Net::SSH</a> 0.08. + <li>Install <a href="http://search.cpan.org/search?dist=Crypt-PasswdMD5">Crypt::PasswdMD5</a> <li>CGI.pm minimum version 2.47 is required. You will probably need to install a current CGI.pm from CPAN if you are using Perl 5.005 or earlier. <li>If using Apache::ASP, add <code>PerlSetVar RequestBinaryRead Off</code> to your Apache configuration and make sure you are using Apache::ASP minimum version 2.55. <li>Run <code>make aspdocs</code> or <code>make masondocs</code>. |