Skip to content

Commit

Permalink
Merge pull request #98 from tuxis-ie/fix-add-user
Browse files Browse the repository at this point in the history
emailaddress is a key, but we want to be able to use it upon create. …
  • Loading branch information
JeevesTuxis authored Aug 8, 2016
2 parents d04a7ac + b850510 commit 8cb9df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ function searchDoms() {
key: true,
display: displayContent('emailaddress'),
inputClass: 'emailaddress',
create: true,
listClass: 'emailaddress'
},
password: {
Expand Down

0 comments on commit 8cb9df7

Please sign in to comment.