From e551d067b1ff85b9095952059ab8d6cb6dc3a4f1 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 2 Nov 2015 18:47:06 -0800 Subject: [PATCH] Share the useraccounts configuration with the server The previous users accounts templates configuration only happened on the client, which was wrong and caused some bugs, for instance an invalid URL was generated in the reset password e-mail. Fixes #297 --- {client/config => config}/accounts.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {client/config => config}/accounts.js (100%) diff --git a/client/config/accounts.js b/config/accounts.js similarity index 100% rename from client/config/accounts.js rename to config/accounts.js