mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
allow users without mail address
This commit is contained in:
@@ -153,7 +153,7 @@ Sonia.user.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
|
||||
},{
|
||||
fieldLabel: 'Mail',
|
||||
name: 'mail',
|
||||
allowBlank: false,
|
||||
allowBlank: true,
|
||||
vtype: 'email'
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user