SF.net SVN: postfixadmin: [234] trunk/config.inc.php
Brought to you by:
christian_boltz,
gingerdog
|
From: <chr...@us...> - 2007-11-18 21:43:21
|
Revision: 234
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=234&view=rev
Author: christian_boltz
Date: 2007-11-18 13:43:10 -0800 (Sun, 18 Nov 2007)
Log Message:
-----------
config.inc.php:
- listed "md5" for $CONF['encrypt']
Modified Paths:
--------------
trunk/config.inc.php
Modified: trunk/config.inc.php
===================================================================
--- trunk/config.inc.php 2007-11-18 19:27:46 UTC (rev 233)
+++ trunk/config.inc.php 2007-11-18 21:43:10 UTC (rev 234)
@@ -80,6 +80,7 @@
// Encrypt
// In what way do you want the passwords to be crypted?
// md5crypt = internal postfix admin md5
+// md5 = md5 sum of the password
// system = whatever you have set as your PHP system default
// cleartext = clear text passwords (ouch!)
$CONF['encrypt'] = 'md5crypt';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|