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