From cab2716ac2fbdb0903e4d1c357c8fb630fdd6b0d Mon Sep 17 00:00:00 2001 From: "matthias.grimm" Date: Sun, 8 May 2005 22:01:29 +0200 Subject: user registration without email This patch extends the user registration with a more direct way without the need for an valid email address. The user password is queried in the registration form and not automatically generated and sent by email. This mode could be configured with the new option 'autopasswd'. Some new texts were added for translation but only english and german translation databases have been updated yet. darcs-hash:20050508200129-45302-ad4f2cf1d18514c76373cb6d6015e74712638402.gz --- inc/html.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index e6cf77ab0..0b88d813a 100644 --- a/inc/html.php +++ b/inc/html.php @@ -741,6 +741,7 @@ function html_msgarea(){ */ function html_register(){ global $lang; + global $conf; global $ID; print p_locale_xhtml('register'); @@ -755,6 +756,22 @@ function html_register(){
+ + +
+
+ +