Relationship Graph
View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008123 | mantisbt | administration | public | 2007-07-03 08:25 | 2008-06-17 02:44 |
| Reporter | Frank IJskes | Assigned To | giallu | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.7 | ||||
| Fixed in Version | 1.1.2 | ||||
| Summary | 0008123: Adding a user requires "$g_lost_password_feature = ON" | ||||
| Description | After adding a new user, he needs to set a password. He receives a link to do this, and clicking this generates the error: APPLICATION ERROR #1900 The 'lost your password' feature is not available. | ||||
| Steps To Reproduce | toggle the $g_lost_password_feature = ... in config_defaults_inc.php to enable or disable this problem. | ||||
| Tags | No tags attached. | ||||
|
This issue has reproduced in 1.1.0rc2. In verify.php 31L replace
with
This will fix 0008520 |
|
|
I don't think I agree with the change. I am thinking of dropping this if statement completely. If a user is using verify.php then he/she already received the email, hence, not much use of checking email settings. We can't also check for lost password setting since verify is also used during signup. |
|
|
Now that I stop to think about it, you are right. |
|
|
As far as I can see no change regarding this issue has been made in verify.php shipped with 1.2.0a1. |
|
|
Fixed in both trunk and 1.1.X branch (will show in 1.1.2 and 1.2.0a2) |
|
|
MantisBT: master-1.1.x 8045fa17 2008-05-21 04:29 Details Diff |
Fix 08123: Adding a user requires "$g_lost_password_feature = ON". This also fixes 8520 git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@5274 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0008123, 0008520 |
|
| mod - verify.php | Diff File | ||
|
MantisBT: master c94c6fda 2008-05-21 04:30 Details Diff |
Fix 8123: Adding a user requires "$g_lost_password_feature = ON" git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5275 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0008123 |
|
| mod - verify.php | Diff File | ||
related to
child of
duplicate of