diff --git a/docs/upgrades/upgrade_3.9.0-3.10.0.sql b/docs/upgrades/upgrade_3.9.0-3.10.0.sql index e373a627c..2eb5c8249 100644 --- a/docs/upgrades/upgrade_3.9.0-3.10.0.sql +++ b/docs/upgrades/upgrade_3.9.0-3.10.0.sql @@ -16,9 +16,8 @@ update international set message='Edit User Settings' where internationalId=117 INSERT INTO international VALUES (535,'WebGUI','English','Group To Alert On New User'); INSERT INTO international VALUES (534,'WebGUI','English','Alert on new user?'); INSERT INTO international VALUES (536,'WebGUI','English','A new user named ^@; has joined the site.'); - - - +INSERT INTO help VALUES (2,'WebGUI','English','Edit','User Settings','Session Timeout
\r\nThe time (in seconds) that a user session remains active (before needing to log in again). This timeout is reset each time a visitor hits a page. Therefore if you set the timeout for 8 hours, a user would have to log in again if s/he hadn\'t visited the site for 8 hours.\r\n

\r\n\r\n1800 = half hour
\r\n3600 = 1 hour
\r\n28000 = 8 hours
\r\n86400 = 1 day
\r\n604800 = 1 week
\r\n1209600 = 2 weeks
\r\n

\r\n\r\nAlert on new user?
\r\nShould someone be alerted when a new user registers anonymously?\r\n

\r\n\r\nGroup To Alert On New User\r\nWhat group should be alerted when a new user registers?\r\n

\r\n\r\nAnonymous Registration
\r\nDo you wish visitors to your site to be able to register themselves?\r\n

\r\nAuthentication Method (default)
\r\nWhat 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.\r\n

\r\nNote: Authentication settings can be customized on a per user basis.\r\n

\r\nUsername Binding
\r\nBind the WebGUI username to the LDAP Identity. This requires the user to have the same username in WebGUI as they specified during the Anonymous Registration process. It also means that they won\'t be able to change their username later. This only in effect if the user is authenticating against LDAP.\r\n

\r\nLDAP URL (default)
\r\nThe 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.\r\n

\r\nLDAP Identity
\r\nThe 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.\r\n

\r\nLDAP Identity Name
\r\nThe 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 consitency.\r\n

\r\nLDAP Password Name
\r\nJust as the LDAP Identity Name is a label, so is the LDAP Password Name. Use this label as you would LDAP Identity Name.\r\n\r\n','6'); +INSERT INTO help VALUES (24,'WebGUI','English','Edit','Miscellaneous Settings','Prevent Proxy Caching
\r\nSome companies have proxy servers that cause problems with WebGUI. If you\'re experiencing problems with WebGUI, and you have a proxy server, you may want to set this setting to Yes. Beware that WebGUI\'s URLs will not be as user-friendly after this feature is turned on.\r\n\r\n\r\n

\r\nOn Critical Error
\r\nWhat do you want WebGUI to do if a critical error occurs. It can be a security risk to show debugging information, but you may want to show it if you are in development.\r\n\r\n','6');