From 01ad11215e80e04f3b7dd0ac155e3f2bff0d221f Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Wed, 8 Apr 2015 16:05:53 +0200 Subject: [PATCH] Fixed typo and replaced example email to prevent duplicate index error. --- contrib/auto_wizzard_example.json | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 contrib/auto_wizzard_example.json diff --git a/contrib/auto_wizzard_example.json b/contrib/auto_wizzard_example.json deleted file mode 100644 index 3ce43a700..000000000 --- a/contrib/auto_wizzard_example.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "Users": [ - { - "login": "hans.atila@zammad.org", - "firstname": "Hans", - "lastname": "Atila", - "email": "hans.atila@zammad.org", - "password": "Z4mm4dr0ckZ!" - } - ], - "Settings": [ - { - "name": "developer_mode", - "value": true - }, - { - "name": "product_name", - "value": "Zammad Demo System" - }, - { - "name": "system_online_service", - "value": true - } - ], - "EmailAddresses": [ - { - "realname": "Zammad Demo System", - "email": "zammad@localhost" - } - ] -}