19 $action->parent->AddCssRef(
'AUTHENT:loginform.css',
true);
20 $action->parent->AddCssRef(
'AUTHENT:reqpasswd.css');
21 $action->parent->AddJsRef($action->GetParam(
"CORE_JSURL") .
"/resizeimg.js");
22 $action->parent->AddJsRef($action->GetParam(
"CORE_JSURL") .
"/geometry.js");
23 $action->parent->addJsRef(
"AUTHENT:loginform.js",
true);
26 $smtpfrom=$action->
getParam(
"SMTP_FROM");
27 $smtpport=$action->
getParam(
"SMTP_PORT");
28 $smtphost=$action->
getParam(
"SMTP_HOST");
29 if (!$smtpfrom || !$smtpport || !$smtphost) {
30 $action->
exitError(
___(
"SMTP server not configured",
"authent"));
33 $action->lay->eSet(
"lang",
$lang);
if(!function_exists('pgettext')) ___($message, $context="")
exitError($texterr, $exit=true, $code="")
reqpasswd(Action &$action)
static getArgument($k, $def= '')