",$GLOBALS['USER_AUTH_ORDER'])) . sprintf(", USER_AUTH_POLICY: %s",USER_AUTH_POLICY) . sprintf(", PASSWORD_LENGTH_MINIMUM: %s",PASSWORD_LENGTH_MINIMUM); } echo asXML(HTML::div(array('class' => 'debug'),$t)); echo "
\n"; } if (ALLOW_BOGO_LOGIN && $require_level <= WIKIAUTH_BOGO) { require_once("lib/BlockParser.php"); // This iso-8859-1 sample covers French, Spanish, Italian, German, and probably others if (check_php_version(4,3)) $examplechars = htmlentities("ÀñíçéàÖãæôßøü", ENT_QUOTES, $charset); elseif (check_php_version(4,0,3)) $examplechars = htmlentities("ÀñíçéàÖãæôßøü", ENT_QUOTES); else $examplechars = htmlentities("ÀñíçéàÖãæôßøü"); // Japanese login requires utf-8 and ALLOW_NONWIKIWORD_LOGINS if (($charset == 'utf-8') && defined('ALLOW_NONWIKIWORD_LOGINS') && ALLOW_NONWIKIWORD_LOGINS) { //sample Japanese login name in unicode $examplechars = $examplechars . "天道あかね"; } $t = asXML(TransformText(_("You may sign in using any [WikiWord|AddingPages] as a user id. (Any characters in %s etc. may be used too). The user id will be used as a link in RecentChanges to your home page."), 2.0, true)); if (substr_count($t,"%s") == 1) { $s = @sprintf($t, $examplechars); // FIXME: Workaround gettext or sprintf problem if (empty($s)) echo $t; else echo sprintf($t, $examplechars); } else { echo $t; } /* On disabled DbPrefs (PagePrefs only) note the user to create his PersonalPage. */ // don't understand why I put this in --rurban if (!isset($user->_prefs->_select)) { echo asXML(TransformText(_("Note: Only if you create your personal HomePage with same the pagename as your user id, you will be able to store your UserPreferences. Otherwise not."))); } if (empty($pass_required)) ?>

getArgs(), false, array('auth')) ?>