From 3c94de0b0585202b36dff535c423ad27d7aa8adc Mon Sep 17 00:00:00 2001 From: Anmol Date: Fri, 30 Jun 2017 03:22:32 +0530 Subject: [PATCH] changed type feilds in manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 48dcd81..dd7a10b 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,7 @@ }, { "name": "username", - "type": "username", + "type": "name", "ask": { "en": "Choose an admin username (Not a LDAP User)", }, @@ -56,7 +56,7 @@ }, { "name": "email", - "type": "email", + "type": "name", "ask": { "en": "Admin email (All the new registration will be sent on this email)", },