From b772162f0b618ef1d130ff88ff188ce53710a774 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Wed, 22 Jun 2011 12:23:26 -0400
Subject: [PATCH] disable this while I work to clean up the validators, some forms have regex for existing validators. I should add some notes to the Coding Guidelines about this.

---
 interface/web/admin/form/users.tform.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/interface/web/admin/form/users.tform.php b/interface/web/admin/form/users.tform.php
index 43c4cc7..afe5956 100644
--- a/interface/web/admin/form/users.tform.php
+++ b/interface/web/admin/form/users.tform.php
@@ -142,7 +142,7 @@
 										1 => array (	'type'	=> 'UNIQUE',
 														'errmsg'=> 'username_unique'),
 										2 => array (	'type'	=> 'REGEX',
-														'regex' => '/^[\w\.\-\_]{0,50}$/',
+														'regex' => '/^[\w\.\-\_]{0,64}$/',
 														'errmsg'=> 'username_err'),
 									),
 			'regex'		=> '',
@@ -158,6 +158,7 @@
 		'passwort' => array (
 			'datatype'	=> 'VARCHAR',
 			'formtype'	=> 'PASSWORD',
+			'encryption'=> 'CRYPT',
 			'regex'		=> '',
 			'errmsg'	=> '',
 			'default'	=> '',

--
Gitblit v1.9.1