diff --git a/lib/WebGUI/Operation/Settings.pm b/lib/WebGUI/Operation/Settings.pm index 80b91a8bd..004976230 100644 --- a/lib/WebGUI/Operation/Settings.pm +++ b/lib/WebGUI/Operation/Settings.pm @@ -220,9 +220,9 @@ sub www_editSettings { ); $tabform->getTab("user")->yesNo( -name=>"passiveProfilingEnabled", - -label=>$i18n->get("Enable passive profiling ?", 'Asset'), + -label=>$i18n->get("Enable passive profiling ?"), -value=>$session{setting}{passiveProfilingEnabled}, - -extras=>' onChange="alert(\''.$i18n->get("Illegal Warning","Asset").'\')" ' + -extras=>' onChange="alert(\''.$i18n->get("Illegal Warning").'\')" ' ); # auth settings WebGUI::Style::setScript($session{config}{extrasURL}."/swapLayers.js",{language=>"Javascript"}); diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 15adacac8..0d01c216f 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -3717,11 +3717,11 @@ config file.

Company Name
The name of your company. It will appear on all emails and anywhere you use the Company Name style macro. -

+

Company Email Address
A general email address at your company. This is the address that all automated messages will come from. It can also be used via Company Email Address style macro. -

+

Company URL
The primary URL of your company. This will appear on all automated emails sent from the WebGUI system. It is also available via the Company URL style macro. @@ -3775,6 +3775,7 @@ Defines which style to be used to style WebGUI operations (profile editing, mess The style to be used by the Admin Console.

Messaging

+

SMTP Server
This is the address of your local mail server. It is needed for all features that use the Internet email system (such as password recovery).

@@ -3793,14 +3794,7 @@ Should someone be alerted when a new user registers anonymously? What group should be alerted when a new user registers?

- -

Use shared clipboard?
-Enables a single, system-wide clipboard shared by all users. Default is user separated clipboards. -

- -Use shared trash?
-Enables a single, system-wide trash shared by all users. Default is user separated trash. -

+

Miscellaneous

If proxied, use real client IP address?
If enabled and if the environment variable HTTP_X_FORWARDED_FOR is present, it's value will be used in place of REMOTE_ADDRESS as the client browser's IP address. This is required for IP based groups to function properly in reverse-proxied, load-balanced system architectures. In these environments, all requests would otherwise appear to come from the same host, namely the proxy server. If you are uncertain if you need this setting enabled, you should probably leave it turned off. @@ -3823,10 +3817,11 @@ WebGUI can track some statistical information for your site. However, this will Select which host to use by default when generating URLs. Config Sitename will use the "sitename" variable from your config file. And Env HTTP Host will use the "HTTP_HOST" environment variable provided by the web server.

+

User

Anonymous Registration
Do you wish visitors to your site to be able to register themselves? -

+

Run On Registration
If there is a command line specified here, it will be executed each time a user registers anonymously. @@ -3848,43 +3843,40 @@ The amount of time that a user session remains active (before needing to log in Do you wish to provide your users with a means to deactivate their account without your intervention?

-Authentication Method (default)
-What should the default authentication method be for new accounts that are created? The two available options 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. -

- -NOTE: Authentication settings can be customized on a per user basis. - - - -

-NOTE: Depending upon what authentication modules you have installed in your system you'll see any number of options after this point. The following are the options for the two authentication methods installed by default. -

- Encrypt Login?
Should the system use the HTTPS protocol for the login form? Note that setting this option to true will only encrypt the authentication itself, not anything else before or after the authentication.

+Enable passive profiling?
+Used in conjuction with Metadata, this keeps a record of every wobject viewed by +a user. +

+ +

Authentication

+ +Authentication Method
+What should the default authentication method be for new accounts that are created? The two available options 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. +

+ +NOTE: Authentication settings can be customized on a per user basis. +

+ +NOTE: Depending upon what authentication modules you have installed in your system you'll see any number of options after this point. The following are the options for the two authentication methods installed by default. +

+

WebGUI Authentication Options

Minimum Password Length
Set the minimum length that passwords can be. If set to 0, there is no minimum length. -

+

Password Timeout
Set how long before a user's password expires and has to change it. -

+

Expire passwords on user creation?
Should a user's password be expired when he is created by an administrator forcing a change? -

- -Allow Users to Change Username?
-Should users be allowed to change their Usernames? -

- -Allow Users to Change Password?
-Should users be allowed to change their passwords? -

+

Send welcome message?
Do you wish WebGUI to automatically send users a welcome message when they register for your site? @@ -3896,35 +3888,89 @@ Do you wish WebGUI to automatically send users a welcome message when they regis Type the message that you'd like to be sent to users upon registration.

+Allow Users to Change Username?
+Should users be allowed to change their Usernames? +

+ +Allow Users to Change Passwords?
+Should users be allowed to change their Passwords? +

+ +Allow Password Recovery?
+Can users recover their passwords? +

+ Recover Password Message
Type a message that will be sent to your users if they try to recover their WebGUI password.

+Validate email addresses
+Before a user's account is activated, require that they click on a link sent to their email +account. +

+Use captcha image
+Require the user to enter in the data from a captcha image before activating an account. +

+ +Account Template
+Template to be used to display a user's account. +

+ +Create Account Template
+Template to be used to show the form for creating an account. +

+ +Expired Password Template
+Template used to inform user that their password has expired. +

+ +Login Template
+Template used to display login information to the user as an operation as opposed to inside of a page via a macro. +

+ +Password Recovery Template
+Template used to display a form to the user to recover their password, if the feature is enabled. +

LDAP Authentication Options

LDAP URL (default)
The default url to your LDAP server. The LDAP URL takes the form of ldap://[server]:[port]/[base DN]. Example: ldap://ldap.mycompany.com:389/o=MyCompany. -

- - - +

LDAP Identity
The LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is shortname, which takes the form of first initial + last name. Example: jdoe. Therefore if you specify the LDAP identity to be shortname then Jon Doe would enter jdoe during the registration process. -

+

LDAP Identity Name
The label used to describe the LDAP Identity to the user. For instance, some companies use an LDAP server for their proxy server users to authenticate against. In the documentation or training already provided to their users, the LDAP identity is known as their Web Username. So you could enter that label here for consistency. -

+

LDAP Password Name
Just as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.

+

Use shared clipboard?
+Enables a single, system-wide clipboard shared by all users. Default is user separated clipboards. +

+ +Use shared trash?
+Enables a single, system-wide trash shared by all users. Default is user separated trash. +

+ |, - lastUpdated => 1118453944, + lastUpdated => 1118457872, + }, + + 'Enable passive profiling ?' => { + message => q|Enable passive profiling ?|, + lastUpdated => 1089039511 + }, + + 'Illegal Warning' => { + message => q|Enabling this feature is illegal in some countries, like Australia. In addition, some countries require you to add a warning to your site if you use this feature. Consult your local authorities for local laws. Plain Black Corporation is not responsible for your illegal activities, regardless of ignorance or malice.|, + lastUpdated => 1089039511 }, 'account' => { @@ -3974,6 +4020,11 @@ JavaScript fields from HTML tags. Everything inside of WebGUI is an Asset: files, images, forums, threads in forums, posts in threads, templates, Wobjects (like Articles, DataForms, EventsCalendars) and more.

+captcha
+An image displaying a message along with lines or shades that make it hard for a computer +to do character recognition. Used in WebGUI to prevent accounts from being created by programs or spiders. +

+ locked
If Posts and Threads are "locked", no new posts can be added and no existing posts can be edited.

@@ -4000,7 +4051,7 @@ are for collecting data from users (and optionally emailing a copy), and Message Boards hold forums for users. There are many different Wobjects in WebGUI. |, - lastUpdated => 1112141941, + lastUpdated => 1118457360, }, 'manage cache' => { message => q|Cache|,