From c65f5765d63502580f364431b6376c071781de9f Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 17 Feb 2016 16:11:50 +0100 Subject: [PATCH] Removed unwanted auth.json file (wrong directory). --- modules/auth/site/auth.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 modules/auth/site/auth.json diff --git a/modules/auth/site/auth.json b/modules/auth/site/auth.json deleted file mode 100644 index 2f3e155..0000000 --- a/modules/auth/site/auth.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "email": "webmaster@example.com", - "subjet_register": "Thank you for regitering with us, activate account", - "subjet_activate": "New account ativation token", - "subjet_password": "Password Recovery!!!", - "subjet_oauth": "Welcome", - "smtp": "127.0.0.1" -}