From f953eba8d7c9e362fd18a311367a6fc7b9b9cac4 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 11 Apr 2012 00:10:58 +0200 Subject: Show confirmation after login Some users might expect confirmation emails, but we don't send those (yet?). Signed-off-by: Florian Pritz --- application/views/user/registered.php | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 application/views/user/registered.php (limited to 'application/views/user') diff --git a/application/views/user/registered.php b/application/views/user/registered.php new file mode 100644 index 000000000..f13006aae --- /dev/null +++ b/application/views/user/registered.php @@ -0,0 +1,3 @@ +
+

Your account has been created, you may log in now.

+
-- cgit v1.2.3-24-g4f1b