allow users without mail address

This commit is contained in:
Sebastian Sdorra
2011-01-02 12:41:19 +01:00
parent 2baf53d697
commit 3aee307af0
3 changed files with 14 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ Sonia.user.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
},{
fieldLabel: 'Mail',
name: 'mail',
allowBlank: false,
allowBlank: true,
vtype: 'email'
}];