From c4255305c0bb7e3af8f8e4e26b824b3671d9a6c7 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 21 Nov 2008 18:18:00 +0000 Subject: [PATCH] fix encrypt login hover help --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/i18n/English/WebGUI.pm | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 875292829..3ee41d385 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -44,6 +44,7 @@ (Martin Kamerbeek / Oqapi) - fixed #9039: Synopsis not output as a meta field - fixed #9132: usage error in Hover Help + - fixed #4181: hoover help for 'encrypt login' is wrong 7.6.3 - improved performance of file uploads diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 2a623afa6..eb9b2e2c7 100755 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3244,11 +3244,10 @@ and tracked by WebGUI.|, }, '1006 description' => { - message => q|Should the system use the HTTPS protocol for the login form? Note that setting this option to true will encrypt not only the login form, but all pages after that as well.|, - lastUpdated => 1163457062, + message => q|Should the system use the HTTPS protocol for the login form?|, + lastUpdated => 1227291454, }, - '164 description' => { message => q|

Set the default authentication method for new accounts. The two available options by default are WebGUI and LDAP. WebGUI authentication means that the users will authenticate against the username and password stored in the WebGUI database. LDAP authentication means that users will authenticate against an external LDAP server. Other methods can be provided by writing a custom authentication plug-in.

NOTES: