diff options
Diffstat (limited to 'application/views/user/registered.php')
-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> |