Closed (fixed)
Project:
Password reset
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2009 at 14:14 UTC
Updated:
8 Dec 2010 at 18:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
sanduhrsFrom my point of view the mentioned points are vital for a module like this.
* Reroled the patch, as it didn't apply form me.
* Replaced all strtolower() with drupal_strtolower() for the sake of UTF8
* Backported to D5, tested on both D5/D6
Attached are patches for D5/D6, please commit.
Comment #2
bojanz commentedPatch doesn't apply with -p0, you need to create a patch from the module root, not the drupal root.
Also, $chksum should be $checksum, per coding standard.
Comment #3
Zen commentedFixed in D6. For the time being, I'm not porting anything to D5.
Thanks :)
-K