[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. b230a40b0e438e9fc64a7b763d2d486cf610c7ce

Stefan Hornburg racke at rt.icdevgroup.org
Thu Feb 19 14:42:20 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  b230a40b0e438e9fc64a7b763d2d486cf610c7ce (commit)
      from  325660347ae709b50b15c7161bdd8ccd672a2cc3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b230a40b0e438e9fc64a7b763d2d486cf610c7ce
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Thu Feb 19 15:41:44 2009 +0100

    check for existing usernames and email adressses, allow i18n

-----------------------------------------------------------------------

Summary of changes and diff:
 profiles/register |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/profiles/register b/profiles/register
index 21750a2..0d55566 100644
--- a/profiles/register
+++ b/profiles/register
@@ -1,6 +1,18 @@
 __NAME__ register
-mv_username=required Username field is required.
+[if cgi mv_username]
+mv_username=unique users:username [L]Username already reserved.[/L]
+[else]
+mv_username=required [L]Please enter username.[/L]
+[/else]
+[/if]
+[if cgi email]
 email=email_only
+&and
+email=unique users:email [L]Email address already reserved.[/L]
+[else]
+email=required [L]Please enter email address.[/L]
+[/else]
+[/if]
 mv_password=length [either][userdb function=option name=passminlen][or]4[/either] 
 mv_verify=match mv_password The specified passwords do not match.
 __END__


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list