From 562343a4ddb55a64f75ad75c9f2d74fdbf170835 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 6 Jun 2011 06:39:07 +0000 Subject: [PATCH] disabling permanent error_log and missing translation --- phpgwapi/inc/class.auth.inc.php | 8 ++++---- setup/lang/egw_de.lang | 1 + setup/lang/egw_en.lang | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/phpgwapi/inc/class.auth.inc.php b/phpgwapi/inc/class.auth.inc.php index ffd8bc2621..5e112d393b 100644 --- a/phpgwapi/inc/class.auth.inc.php +++ b/phpgwapi/inc/class.auth.inc.php @@ -328,7 +328,7 @@ class auth $ret = md5($cleartext) === $encrypted; break; } - error_log(__METHOD__."('$cleartext', '$encrypted', '$type_in', '$username') type='$type' returning ".array2string($ret)); + //error_log(__METHOD__."('$cleartext', '$encrypted', '$type_in', '$username') type='$type' returning ".array2string($ret)); return $ret; } @@ -377,7 +377,7 @@ class auth $salt = substr($db_val, 0, $len); $new_hash = crypt($form_val, $salt); - error_log(__METHOD__."('$form_val', '$db_val') type=$type --> len=$len --> salt='$salt' --> new_hash='$new_hash' returning ".array2string($db_val === $new_hash)); + //error_log(__METHOD__."('$form_val', '$db_val') type=$type --> len=$len --> salt='$salt' --> new_hash='$new_hash' returning ".array2string($db_val === $new_hash)); return $db_val === $new_hash; } @@ -443,7 +443,7 @@ class auth $e_password = $password; break; } - error_log(__METHOD__."('$password', ".array2string($type).") returning ".array2string($e_password).(self::$error ? ' error='.self::$error : '')); + //error_log(__METHOD__."('$password', ".array2string($type).") returning ".array2string($e_password).(self::$error ? ' error='.self::$error : '')); return $e_password; } @@ -491,7 +491,7 @@ class auth $e_password = false; break; } - error_log(__METHOD__."('$password') using '$type' returning ".array2string($e_password).(self::$error ? ' error='.self::$error : '')); + //error_log(__METHOD__."('$password') using '$type' returning ".array2string($e_password).(self::$error ? ' error='.self::$error : '')); return $e_password; } diff --git a/setup/lang/egw_de.lang b/setup/lang/egw_de.lang index 213325f2d8..630c1c368a 100644 --- a/setup/lang/egw_de.lang +++ b/setup/lang/egw_de.lang @@ -506,6 +506,7 @@ save setup de Speichern save this text as contents of your header.inc.php setup de Speichern Sie diesen Text als Datei header.inc.php schedule setup de planen scheduled backups setup de Regelmäßige Datensicherungen +securest setup de sicherste select an app, enter a target version, then submit to process to that version.
if you do not enter a version, only the baseline tables will be installed for the app.
this will drop all of the apps' tables first! setup de Wählen Sie eine Applikation, geben Sie eine Zielversion ein, dann bestätigen Sie den Vorgang.
Wenn Sie keine Version angeben, werden nur die Basis-Tabellen der Applikation installiert werden.
DIES WIRD ZUERST ALLE TABELLEN DER APPLI select one... setup de Einen auswählen... select the default applications to which your users will have access setup de Wählen Sie die voreingestellten Anwendungen, zu denen Ihre Benutzer Zugriff haben werden diff --git a/setup/lang/egw_en.lang b/setup/lang/egw_en.lang index 4f03ae3fca..e2fabba197 100644 --- a/setup/lang/egw_en.lang +++ b/setup/lang/egw_en.lang @@ -506,6 +506,7 @@ save setup en Save save this text as contents of your header.inc.php setup en Save this text as contents of your header.inc.php schedule setup en schedule scheduled backups setup en scheduled backups +securest setup en securest select an app, enter a target version, then submit to process to that version.
if you do not enter a version, only the baseline tables will be installed for the app.
this will drop all of the apps' tables first! setup en Select an app, enter a target version, then submit to process to that version.
If you do not enter a version, only the baseline tables will be installed for the app.
THIS WILL DROP ALL OF THE APPS' TABLES FIRST! select one... setup en select one... select the default applications to which your users will have access setup en Select the default applications to which your users will have access