no message
This commit is contained in:
parent
c18b7da8cc
commit
23b423d580
1 changed files with 9 additions and 0 deletions
|
|
@ -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 <b>Manage Users</b> for additional details.\r\n<p>\r\n\r\n<b>Username</b><br>\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. (<i>Note:</i> 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<p>\r\n\r\n\r\n<b>Password</b><br>\r\nA password is used to ensure that the user is who s/he says s/he is.\r\n<p>\r\n\r\n<b>Password Timeout</b><br>\r\nLength of time before this user\'s password expires, forcing it to be changed\r\n<p>\r\n\r\n<b>Allow User to Change Username?</b><br>\r\nShould this user be allowed to change his username?\r\n<p>\r\n\r\n<b>Allow User to Change Password?</b><br>\r\nShould this user be allowed to change his password?\r\n<p>\r\n\r\n<b>Authentication Method</b><br>\r\nSee <i>Edit Settings</i> for details.\r\n<p>\r\n\r\n\r\n<b>LDAP URL</b><br>\r\nSee <i>Edit Settings</i> for details.\r\n<p>\r\n\r\n\r\n<b>Connect DN</b><br>\r\nThe Connect DN is the <b>cn</b> (or common name) of a given user in your LDAP database. It should be specified as <b>cn=John Doe</b>. This is, in effect, the username that will be used to authenticate this user against your LDAP server.\r\n<p>\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','<b>Anonymous Registration</b><br>\r\nDo you wish visitors to your site to be able to register themselves?\r\n<br><br>\r\n\r\n<b>Run On Registration</b><br>\r\nIf there is a command line specified here, it will be executed each time a user registers anonymously.\r\n<p>\r\n\r\n<b>Enable Karma?</b><br>\r\nShould karma be enabled?\r\n<p>\r\n\r\n<b>Karma Per Login</b><br>\r\nThe amount of karma a user should be given when they log in. This only takes affect if karma is enabled.\r\n<p>\r\n\r\n<b>Session Timeout</b><br>\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<p>\r\n\r\n<b>Allow users to deactivate their account?</b><br>\r\nDo you wish to provide your users with a means to deactivate their account without your intervention?\r\n<p>\r\n\r\n<b>Authentication Method (default)</b><br>\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<br><br>\r\n\r\n<i>NOTE:</i> Authentication settings can be customized on a per user basis.\r\n\r\n\r\n\r\n<p>\r\n<b>NOTE:</b> 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<p>\r\n\r\n<b>Encrypt Login?</b><br>\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<p>\r\n\r\n<h2>WebGUI Authentication Options</h2>\r\n\r\n<b>Minimum Password Length</b><br>\r\nSet the minimum length that passwords can be. If set to 0, there is no minimum length.\r\n<br><br>\r\n\r\n<b>Password Timeout</b><br>\r\nSet how long before a user\'s password expires and has to change it.\r\n<br><br>\r\n\r\n<b>Expire passwords on user creation?</b><br>\r\nShould a user\'s password be expired when he is created by an administrator forcing a change?\r\n<br><br>\r\n\r\n<b>Allow Users to Change Username?</b><br>\r\nShould users be allowed to change their usernames?\r\n<br><br>\r\n\r\n<b>Allow Users to Change Password?</b><br>\r\nShould users be allowed to change their passwords?\r\n<br><br>\r\n\r\n<b>Send welcome message?</b><br>\r\nDo you wish WebGUI to automatically send users a welcome message when they register for your site? \r\n<p>\r\n<b>NOTE:</b> In addition to the message you specify below, the user\'s account information will be included in the message.\r\n<p>\r\n\r\n<b>Welcome Message</b> <br>\r\nType the message that you\'d like to be sent to users upon registration.\r\n<p>\r\n\r\n<b>Recover Password Message</b><br>\r\nType a message that will be sent to your users if they try to recover their WebGUI password.\r\n<p>\r\n\r\n\r\n\r\n<h2>LDAP Authentication Options</h2>\r\n\r\n<b>LDAP URL (default)</b><br>\r\nThe default url to your LDAP server. The LDAP URL takes the form of <b>ldap://[server]:[port]/[base DN]</b>. Example: ldap://ldap.mycompany.com:389/o=MyCompany.\r\n<br><br>\r\n\r\n\r\n\r\n\r\n<b>LDAP Identity</b><br>\r\nThe LDAP Identity is the unique identifier in the LDAP server that the user will be identified against. Often this field is <b>shortname</b>, which takes the form of first initial + last name. Example: jdoe. Therefore if you specify the LDAP identity to be <i>shortname</i> then Jon Doe would enter <i>jdoe</i> during the registration process.\r\n<br><br>\r\n\r\n<b>LDAP Identity Name</b><br>\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 <i>Web Username</i></b><i>. So you could enter that label here for consitency.\r\n<br><br>\r\n\r\n<b>LDAP Password Name</b><br>\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<p>\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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue