mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Merge pull request #98 from tuxis-ie/fix-add-user
emailaddress is a key, but we want to be able to use it upon create. …
This commit is contained in:
commit
8cb9df7597
1 changed files with 1 additions and 0 deletions
|
@ -908,6 +908,7 @@ $(document).ready(function () {
|
||||||
key: true,
|
key: true,
|
||||||
display: displayContent('emailaddress'),
|
display: displayContent('emailaddress'),
|
||||||
inputClass: 'emailaddress',
|
inputClass: 'emailaddress',
|
||||||
|
create: true,
|
||||||
listClass: 'emailaddress'
|
listClass: 'emailaddress'
|
||||||
},
|
},
|
||||||
password: {
|
password: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue