View Issue Details

IDProjectCategoryView StatusLast Update
0000248Main CAcert Websiteaccount administrationpublic2013-01-14 09:24
ReporterTheSourcerer Assigned Toduane  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2006 
Summary0000248: password reset does not work in admin mode
DescriptionWhen 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.
TagsNo tags attached.
Reviewed by
Test Instructions

Relationships

duplicate of 0000225 closed broken change password function in admin interface 
has duplicate 0000237 closedduane problem with passwords 

Activities

Sourcerer

2006-08-08 03:19

administrator   ~0000322

--- 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>

duane

2006-08-08 03:52

developer   ~0000323

Fix applied, new tarball built...

homer

2006-08-08 06:37

reporter   ~0000336

I guess it should be fine. Thanks guys !

Issue History

Date Modified Username Field Change
2006-06-01 03:43 TheSourcerer New Issue
2006-06-01 03:47 bluec 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