diff options
author | jocuri%softhome.net <> | 2008-04-04 13:47:32 +0200 |
---|---|---|
committer | jocuri%softhome.net <> | 2008-04-04 13:47:32 +0200 |
commit | f8ae6c3c40afb3d1ee44e36a8a8a6e6784a70105 (patch) | |
tree | 98faa85be3eb74f08a698108a9d9715e56b6757d | |
parent | 283d61b9863daa22b190c0d6099dd18126a65037 (diff) | |
download | bugzilla-f8ae6c3c40afb3d1ee44e36a8a8a6e6784a70105.tar.gz bugzilla-f8ae6c3c40afb3d1ee44e36a8a8a6e6784a70105.tar.xz |
Documentation patch: clean-up identation after commiting patch for bug 198020: Bugzilla Guide contains no admin docs for flags.
-rw-r--r-- | docs/en/xml/administration.xml | 44 |
1 files changed, 17 insertions, 27 deletions
diff --git a/docs/en/xml/administration.xml b/docs/en/xml/administration.xml index 0a9387a05..50c287915 100644 --- a/docs/en/xml/administration.xml +++ b/docs/en/xml/administration.xml @@ -313,35 +313,25 @@ <listitem> <para> - <emphasis>Disable Text</emphasis>: - If you type anything in this box, including just a space, the - user is prevented from logging in, or making any changes to - bugs via the web interface. - The HTML you type in this box is presented to the user when - they attempt to perform these actions, and should explain - why the account was disabled. - </para> - <para> - Users with disabled accounts will continue to receive - mail from Bugzilla; furthermore, they will not be able - to log in themselves to change their own preferences and - stop it. If you want an account (disabled or active) to - stop receiving mail, add the account name (one account - per line) to the file <filename>data/nomail</filename>. - </para> - <note> - <para> - Even users whose accounts have been disabled can still - submit bugs via the e-mail gateway, if one exists. - The e-mail gateway should <emphasis>not</emphasis> be - enabled for secure installations of Bugzilla. - </para> - </note> + <emphasis>Disable Text</emphasis>: + If you type anything in this box, including just a space, the + user is prevented from logging in, or making any changes to + bugs via the web interface. + The HTML you type in this box is presented to the user when + they attempt to perform these actions, and should explain + why the account was disabled. <warning> - <para> - Don't disable all the administrator accounts! - </para> + <para>Don't disable all the administrator accounts!</para> </warning> + + <note> + <para>The user can still submit bugs via + the e-mail gateway, if you set it up, even if the disabled text + field is filled in. The e-mail gateway should + <emphasis>not</emphasis> + be enabled for secure installations of Bugzilla.</para> + </note> + </para> </listitem> <listitem> |