View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000248 | Main CAcert Website | account administration | public | 2006-06-01 03:43 | 2013-01-14 09:24 |
Reporter | TheSourcerer | Assigned To | duane | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 2006 | ||||
Summary | 0000248: password reset does not work in admin mode | ||||
Description | When I click on "Change Password" in a userĀ“s account in the admin section, I get a table with an empty email field, and when I continue to enter a new password, and submit the form, I get the error "No such user found." It seems to be broken there. | ||||
Tags | No tags attached. | ||||
Reviewed by | |||||
Test Instructions | |||||
|
--- 44.php.orig 2006-08-07 17:14:22.000000000 +0000 +++ 44.php 2006-08-07 17:15:48.000000000 +0000 @@ -20,7 +20,7 @@ </tr> <tr> <td class="DataTD"><?=_("Email")?>:</td> - <td class="DataTD"><?=$_POST['email']?></td> + <td class="DataTD"><?=$_REQUEST['email']?></td> </tr> <tr> <td class="DataTD"><?=_("New Password")?>:</td> @@ -30,6 +30,6 @@ <td class="DataTD" colspan="2"><input type="submit" name="process" value="<?=_("Next")?>"></td> </tr> </table> -<input type="hidden" name="userid" value="<?=$_POST['userid']?>"> +<input type="hidden" name="userid" value="<?=$_REQUEST['userid']?>"> <input type="hidden" name="oldid" value="<?=$id?>"> </form> |
|
Fix applied, new tarball built... |
|
I guess it should be fine. Thanks guys ! |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-06-01 03:43 | TheSourcerer | New Issue | |
2006-06-01 03:47 |
|
Relationship added | duplicate of 0000225 |
2006-06-02 07:48 | homer | Relationship added | related to 0000237 |
2006-06-02 07:53 | homer | Relationship replaced | has duplicate 0000237 |
2006-08-08 03:19 | Sourcerer | Note Added: 0000322 | |
2006-08-08 03:19 | Sourcerer | Status | new => needs work |
2006-08-08 03:19 | Sourcerer | Assigned To | => duane |
2006-08-08 03:52 | duane | Status | needs work => solved? |
2006-08-08 03:52 | duane | Fixed in Version | => production |
2006-08-08 03:52 | duane | Resolution | open => fixed |
2006-08-08 03:52 | duane | Note Added: 0000323 | |
2006-08-08 06:37 | homer | Note Added: 0000336 | |
2006-08-13 06:29 | Sourcerer | Status | solved? => closed |
2013-01-14 09:24 | Werner Dworak | Fixed in Version | => 2006 |