View Issue Details

IDProjectCategoryView StatusLast Update
0006263mantisbtcustomizationpublic2014-09-23 18:05
Reporterdtgriscom Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0rc2 
Target Version1.2.12Fixed in Version1.2.12 
Summary0006263: Incomplete documentation for $g_send_reset_password
Description

In config_defaults_inc.php, the doc for $g_send_reset_password is

# if ON users will be sent their password when reset.
# if OFF the password will be set to blank. If set to ON, mail settings must be
# correctly configured.
$g_send_reset_password  = ON;

However, this value also controls user account creation. Suggested change to config_defaults_inc.php:

# if ON then users will be sent their password when account created or 
# password reset (mail settings must be correctly configured)
# if OFF then will prompt for password when creating account, and
#  password will be set to blank when reset.
$g_send_reset_password  = ON;
TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

jgeorge

jgeorge

2012-08-14 05:43

reporter   ~0032561

Hi,
I am having some issue with 'Reset Password'. I am getting a confirmation that 'A mail sent to user to reset', but i am not getting any email.
Can you please advice?
thanks

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036172

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x bbdad504

2012-08-14 05:31

dregad


Details Diff
Documentation for $g_allow_signup and $g_send_reset_password

Improves documentation and comments in config_defaults_inc.php, to
reflect the dependency between these 2 variables and the consequences of
having g_send_reset_password = OFF.

Fixes 0006263
Affected Issues
0006263
mod - config_defaults_inc.php Diff File
mod - docbook/administration_guide/en/configuration.sgml Diff File
mod - docbook/administration_guide/en/user_management.sgml Diff File

MantisBT: master babcb8bf

2012-08-14 05:31

dregad


Details Diff
Documentation for $g_allow_signup and $g_send_reset_password

Improves documentation and comments in config_defaults_inc.php, to
reflect the dependency between these 2 variables and the consequences of
having g_send_reset_password = OFF.

Fixes 0006263
Affected Issues
0006263
mod - config_defaults_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Configuration.xml Diff File
mod - docbook/Admin_Guide/en-US/User_Management.xml Diff File