|
280 | 280 | <varlistentry>
|
281 | 281 | <term>$g_allow_signup</term>
|
282 | 282 | <listitem>
|
283 |
| - <para>Allow users to signup for their own accounts. Default is ON. |
284 |
| - </para> |
| 283 | + <para>Allow users to signup for their own accounts. |
| 284 | + </para> |
| 285 | + <para>If ON (default), then $g_send_reset_password must be ON |
| 286 | + as well, and mail settings must be correctly configured |
| 287 | + (see <xref linkend="admin.config.email" />). |
| 288 | + </para> |
285 | 289 | </listitem>
|
286 | 290 | </varlistentry>
|
287 | 291 |
|
|
306 | 310 | <varlistentry>
|
307 | 311 | <term>$g_send_reset_password</term>
|
308 | 312 | <listitem>
|
309 |
| - <para>When set to ON, MantisBT will email the users their new |
310 |
| - passwords when their accounts are reset. If set to OFF, the |
311 |
| - password will be reset to blank and no e-mail will be sent. Default |
312 |
| - is ON. |
313 |
| - </para> |
| 313 | + <para>If ON (default), users will be sent their password when |
| 314 | + their account is created or password reset (this requires |
| 315 | + mail settings to be correctly configured). |
| 316 | + </para> |
| 317 | + <para>If OFF, then the Administrator will have to provide |
| 318 | + a password when creating new accounts, and the password |
| 319 | + will be set to blank when reset. |
| 320 | + </para> |
314 | 321 | </listitem>
|
315 | 322 | </varlistentry>
|
316 | 323 |
|
|
596 | 603 | <term>$g_email_send_using_cronjob</term>
|
597 | 604 | <listitem>
|
598 | 605 | <para>Disables sending of emails as soon as an action is performed.
|
599 |
| - Emails are instead queued and must be sent by running |
| 606 | + Emails are instead queued and must be sent by running |
600 | 607 | scripts/send_emails.php periodically. This script can only be
|
601 | 608 | executed from the CLI, not from the web interface, for security
|
602 | 609 | reasons.</para>
|
603 |
| - <para>Enabling this option can help with performance problems if large |
| 610 | + <para>Enabling this option can help with performance problems if large |
604 | 611 | numbers of emails are generated or mail delivery is slow by not
|
605 | 612 | delaying page execution when sending emails.</para>
|
606 | 613 | </listitem>
|
|
0 commit comments