Actions
Bug #2967
closedCB 1.7.1 Lost username request generates password reset process
Description
As described here:
Able to reproduce.
Files
Actions
Added by nant over 13 years ago. Updated about 13 years ago.
Description
As described here:
Able to reproduce.
Files
2967.patch (805 Bytes) 2967.patch | krileon, 02 February 2012 17:52 |
Note: A side issue is that the module seems to use a different language string:
Beat: no, the string exists, and issue in login module has been described in original bug. Just add URLs to the bug report
Beat: this is not an important enough reason for 1.7.2 release
Nicholas G. Antimisiaris: url already in the bug
Nicholas G. Antimisiaris: what is the language string for that case?
Beat: _UE_USERNAME_OR_EMAIL
Beat: he wrote it :)
Beat: string exists, just it's the wrong one which is displayed
Nicholas G. Antimisiaris: ah so bug also makes system not use this language string?
Beat: you can make it a separate issue, but it will just add overhead in documenting fixes
Nicholas G. Antimisiaris: issue 1 - wrong language string is displayed/used
issue 2 - password is sent in case of username reminder
Beat: 2 fixes are needed by the first bug report. One in cb and one in cb login module, that's already clearly described
Beat: opening 2nd ticket will flag it as duplicate
Nicholas G. Antimisiaris: ok - will add a note to ticket just in case
Beat: and just add work
Beat: thanks
The $usernameExists in comprofiler.php didn't match what was in comprofiler.html.php. Fixed $usernameExists in comprofiler.php and now works as it should.
Fixed in r1723 as suggested. Thank you Kyle.