diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-04-11 00:10:58 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-04-11 00:10:58 +0200 |
commit | f953eba8d7c9e362fd18a311367a6fc7b9b9cac4 (patch) | |
tree | cbd12a45127c357f7fb4e774a43f76093e9d3f42 /application/views | |
parent | 23c4a7155fc729369a2800793fdc2588ad1511ce (diff) |
Show confirmation after login
Some users might expect confirmation emails, but we don't send those
(yet?).
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views')
-rw-r--r-- | application/views/user/registered.php | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ +<div class="center"> + <p>Your account has been created, you may log in now.</p> +</div> |