diff --git a/docs/upgrades/upgrade_5.9.9-6.0.0.sql b/docs/upgrades/upgrade_5.9.9-6.0.0.sql index fa9ec9381..40c9b59b4 100644 --- a/docs/upgrades/upgrade_5.9.9-6.0.0.sql +++ b/docs/upgrades/upgrade_5.9.9-6.0.0.sql @@ -426,3 +426,12 @@ delete from international where languageId=1 and namespace='Auth/WebGUI' and int insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (19,1,'Auth/WebGUI','Allow Users to Change Username?', 1076358029,''); delete from international where languageId=1 and namespace='Auth/WebGUI' and internationalId=18; insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (18,1,'Auth/WebGUI','Allow Users to Change Passwords?', 1076357595,''); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=610; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (610,1,'WebGUI','See Manage Users for additional details.\r\n
\r\n\r\nUsername
\r\nUsername is a unique identifier for a user. Sometimes called a handle, it is also how the user will be known on the site. (Note: Administrators have unlimited power in the WebGUI system. This also means they are capable of breaking the system. If you rename or create a user, be careful not to use a username already in existance.)\r\n
\r\n\r\n\r\nPassword
\r\nA password is used to ensure that the user is who s/he says s/he is.\r\n
\r\n\r\nPassword Timeout
\r\nLength of time before this user\'s password expires, forcing it to be changed\r\n
\r\n\r\nAllow User to Change Username?
\r\nShould this user be allowed to change his username?\r\n
\r\n\r\nAllow User to Change Password?
\r\nShould this user be allowed to change his password?\r\n
\r\n\r\nAuthentication Method
\r\nSee Edit Settings for details.\r\n
\r\n\r\n\r\nLDAP URL
\r\nSee Edit Settings for details.\r\n
\r\n\r\n\r\nConnect DN
\r\nThe Connect DN is the cn (or common name) of a given user in your LDAP database. It should be specified as cn=John Doe. This is, in effect, the username that will be used to authenticate this user against your LDAP server.\r\n
\r\n\r\n\r\n', 1076700945,NULL);
+delete from international where languageId=1 and namespace='WebGUI' and internationalId=655;
+insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (655,1,'WebGUI','User, Add/Edit', 1076700945,NULL);
+delete from international where languageId=1 and namespace='WebGUI' and internationalId=607;
+insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (607,1,'WebGUI','Anonymous Registration
\r\nDo you wish visitors to your site to be able to register themselves?\r\n
\r\n\r\nRun On Registration
\r\nIf there is a command line specified here, it will be executed each time a user registers anonymously.\r\n
\r\n\r\nEnable Karma?
\r\nShould karma be enabled?\r\n
\r\n\r\nKarma Per Login
\r\nThe amount of karma a user should be given when they log in. This only takes affect if karma is enabled.\r\n
\r\n\r\nSession Timeout
\r\nThe amount of time that a user session remains active (before needing to log in again). This timeout is reset each time a user views 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\nAllow users to deactivate their account?
\r\nDo you wish to provide your users with a means to deactivate their account without your intervention?\r\n
\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\n\r\nNOTE: Authentication settings can be customized on a per user basis.\r\n\r\n\r\n\r\n
\r\nNOTE: 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 defaultly installed authentication methods.\r\n
\r\n\r\nEncrypt Login?
\r\nShould 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.\r\n
\r\n\r\n
\r\nNOTE: In addition to the message you specify below, the user\'s account information will be included in the message.\r\n
\r\n\r\nWelcome Message
\r\nType the message that you\'d like to be sent to users upon registration.\r\n
\r\n\r\nRecover Password Message
\r\nType a message that will be sent to your users if they try to recover their WebGUI password.\r\n
\r\n\r\n\r\n\r\n
\r\n\r\n', 1076700672,NULL); +delete from international where languageId=1 and namespace='WebGUI' and internationalId=652; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (652,1,'WebGUI','User Settings, Edit', 1076700672,NULL); +