Index: modules/Users/CreateUserPrivilegeFile.php
===================================================================
--- modules/Users/CreateUserPrivilegeFile.php	(revision 13354)
+++ modules/Users/CreateUserPrivilegeFile.php	(working copy)
@@ -1300,7 +1300,8 @@
        		}
        		$code .= ')';
        		return $code;
-   	}
+    }
+    return 'array()';
 }
 
 /** Converts the input array  to a single string to facilitate the writing of the input array in a flat file 
Index: schema/DatabaseSchema.xml
===================================================================
--- schema/DatabaseSchema.xml	(revision 13354)
+++ schema/DatabaseSchema.xml	(working copy)
@@ -76,7 +76,7 @@
 			<notnull />
 			<default value="0" />
 		</field>
-		<field name="confirm_password" type="C" size="30" />
+		<field name="confirm_password" type="C" size="128" />
 
 		<field name="internal_mailer" type="C" size="3">
 			<notnull />