]> git.defcon.no Git - hermes/blobdiff - lib/user_functions.php
Removed a WTF, changed default password size to 24
[hermes] / lib / user_functions.php
index adad1be740cbc3c0b7472ee137c1d8768debb325..180843717388df5547d7883c6e14c2d8bd660a2d 100644 (file)
@@ -5,7 +5,7 @@ require_once('lib/db_functions.php');
 
 $config = get_config();
 
-function generate_password( $length = 32 )
+function generate_password( $length = 24 )
 {
        $string = "";
         while ( strlen( $string ) < $length )