From 9391179df8ba6ed1595de7de533f633d99d57b35 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 1 Apr 2008 14:20:55 +0000 Subject: User registration gubbins git-svn-id: https://code.elgg.org/elgg/trunk@308 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/login.php | 2 +- actions/logout.php | 2 +- actions/register.php | 28 ++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 actions/register.php (limited to 'actions') diff --git a/actions/login.php b/actions/login.php index dbc84bab5..e79799a30 100644 --- a/actions/login.php +++ b/actions/login.php @@ -1,7 +1,7 @@ sitename)); + } else { + system_message(elgg_echo("registerbad")); + } + +?> \ No newline at end of file -- cgit v1.2.3