From b850510e5a91570eb9b7fad248e41c23bd4bb98b Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Mon, 8 Aug 2016 09:20:21 +0200 Subject: [PATCH] emailaddress is a key, but we want to be able to use it upon create. Closes #97 --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index e56d501..f3b9e8d 100644 --- a/index.php +++ b/index.php @@ -908,6 +908,7 @@ $(document).ready(function () { key: true, display: displayContent('emailaddress'), inputClass: 'emailaddress', + create: true, listClass: 'emailaddress' }, password: {