Issue Details (XML | Word | Printable)

Key: MDL-17392
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Petr Škoda
Reporter: Daniel Neis
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Moodle

[Patch]Moodle doesn't send 'forgot password' emails to users that have disabled the email

Created: 25/Nov/08 08:30 PM   Updated: 02/Dec/08 12:20 PM
Component/s: Authentication
Affects Version/s: 1.8.7, 1.9.3
Fix Version/s: 1.8.8, 1.9.4

File Attachments: 1. File changeset_r20.diff (0.9 kB)
2. File patch (0.5 kB)


Participants: Daniel Neis, Petr Škoda and Tim Hunt
Security Level: None
QA Assignee: Tim Hunt


 Description  « Hide
I guess it's a typo, cause in one place we have $user->mailstop = 0 and in another place we have $user->emailstop = 0.
So, here is a patch to fix it.
Hope you like.


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Daniel Neis added a comment - 25/Nov/08 08:34 PM
Here is the patch to fix 1.8.7

Petr Škoda added a comment - 02/Dec/08 07:43 AM
fixed in cvs, thanks for the report and patch!

Tim Hunt added a comment - 02/Dec/08 12:20 PM
Thanks Daniel and Petr.