From 4edc1cd3ea199b9b4a1172bc4e80ad5dc2f8e6e9 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 22 Apr 2013 21:47:31 -0400 Subject: [PATCH] added missing files --- public/config.default.json | 6 ++++++ public/templates/reset.tpl | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 public/config.default.json create mode 100644 public/templates/reset.tpl diff --git a/public/config.default.json b/public/config.default.json new file mode 100644 index 0000000000..67acc5b7d3 --- /dev/null +++ b/public/config.default.json @@ -0,0 +1,6 @@ +{ + "socket" : { + "address" : "localhost", + "port" : "4567" + } +} \ No newline at end of file diff --git a/public/templates/reset.tpl b/public/templates/reset.tpl new file mode 100644 index 0000000000..2286997cbf --- /dev/null +++ b/public/templates/reset.tpl @@ -0,0 +1,24 @@ +

Reset Password

+
+ +
+ +
+ \ No newline at end of file