The username does not exist, or the password is wrong.
-=item 301 (Account Disabled)
+=item 301 (Login Disabled)
-The account has been disabled. A reason may be specified with the
-error.
+The ability to login with this account has been disabled. A reason may be
+specified with the error.
=item 305 (New Password Required)
print "usage:\n syncLDAP.pl [options]\n\n";
print "options:\n";
print " -r Readonly, do not make changes to Bugzilla tables\n";
- print " -d No disable, don't disable users, which are not in LDAP\n";
+ print " -d No disable, don't disable login by users who are not in LDAP\n";
print " -u No update, don't update users, which have different description in LDAP\n";
print " -c No create, don't create users, which are in LDAP but not in Bugzilla\n";
print " -q Quiet mode, give less output\n";
}
if($quiet == 0) {
- print "\nUsers to disable: \n";
+ print "\nUsers to disable login for: \n";
while( my ($key, $value) = each(%disable_users) ) {
print " " . $key . " '" . $value->{'realname'} . "'\n";
}
# now do the DB-Update
###
if($readonly == 0) {
- print "Performing DB update:\nPhase 1: disabling not-existing users... " unless $quiet;
+ print "Performing DB update:\nPhase 1: disabling login for users not in LDAP... " unless $quiet;
my $sth_disable = $dbh->prepare(
'UPDATE profiles
defaultcontent = otheruser.disabledtext
onchange = "userDisabledTextOnChange(this);"
%]<br>
- (If non-empty, then the account will be disabled, and this text should
- explain why.)
+ (If non-empty, then it will not be possible to log in using this account,
+ and this text should explain why.)
</td>
</tr>
[% END %]
[% ELSIF field == 'cryptpassword' %]
A new password has been set.
[% ELSIF field == 'disabledtext' %]
- The disable text has been modified.
+ The "login disabled" text has been modified.
[% ELSIF field == 'is_enabled' %]
- The user has been [% otheruser.is_enabled ? 'enabled' : 'disabled' %].
+ Logging in with this user account has been [% otheruser.is_enabled ? 'enabled' : 'disabled' %].
[% ELSIF field == 'extern_id' %]
The user's External Login ID has been modified.
[% ELSIF field == 'disable_mail' %]
successfully.
[% ELSIF message_tag == "account_disabled" %]
- The user account [% account FILTER html %] is disabled, so you
- cannot change its password.
+ Logging in with this user account [% account FILTER html %] is disabled, so
+ you cannot change its password.
[% ELSIF message_tag == "attachment_creation_failed" %]
The [% terms.bug %] was created successfully, but attachment creation