diff options
Diffstat (limited to 'modules/user/models/user.php')
| -rw-r--r-- | modules/user/models/user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/models/user.php b/modules/user/models/user.php index af05c0c..0b75b81 100644 --- a/modules/user/models/user.php +++ b/modules/user/models/user.php @@ -80,6 +80,7 @@ class User_Model_Core extends ORM implements User_Definition { "admin" => array("callbacks" => array(array($this, "valid_admin"))), "email" => array("rules" => array("length[1,255]", "valid::email"), "callbacks" => array(array($this, "valid_email"))), + "jabberid" => array("rules" => array("length[1,255]", "valid::email")), "full_name" => array("rules" => array("length[0,255]")), "locale" => array("rules" => array("length[2,10]")), "name" => array("rules" => array("length[1,32]", "required"), |
