From 780534c109d6f58eacbc34f3abd6f315f90a243c Mon Sep 17 00:00:00 2001 From: TropicPlay Date: Wed, 21 Dec 2016 00:41:48 +0100 Subject: [PATCH 1/2] Update and rename accounts_sample.js to accounts.js --- accounts_sample.js => accounts.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename accounts_sample.js => accounts.js (91%) diff --git a/accounts_sample.js b/accounts.js similarity index 91% rename from accounts_sample.js rename to accounts.js index 923c8bd..7019774 100644 --- a/accounts_sample.js +++ b/accounts.js @@ -7,8 +7,7 @@ accounts = { // escape them with backslashes (\) like this: 'pass\'word' -'email': 'pass', -'email2': 'pass2', +'bartek.tylka2@op.pl': 'bartek223', }// don't delete this line! From 48ef7e16ca630ca4f02e58345325a36dd085a1f2 Mon Sep 17 00:00:00 2001 From: TropicPlay Date: Thu, 22 Dec 2016 14:53:52 +0100 Subject: [PATCH 2/2] Update accounts.js --- accounts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/accounts.js b/accounts.js index 7019774..c9c11d5 100644 --- a/accounts.js +++ b/accounts.js @@ -7,7 +7,6 @@ accounts = { // escape them with backslashes (\) like this: 'pass\'word' -'bartek.tylka2@op.pl': 'bartek223', }// don't delete this line!