Closed (fixed)
Project:
Amazon-like login
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jul 2016 at 05:45 UTC
Updated:
1 Aug 2016 at 06:04 UTC
Jump to comment: Most recent, Most recent file
As reported by klausi :
When a user edits their account then the email address will be saved as user name. So the email address will again be leaked through the username. Looks like amazon_like_login_form_user_profile_form_validate() is wrong?
Remove the amazon_like_login_form_user_profile_form_validate() as it is not needed according to the revised working of the module.
None
None
None
None
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Fix_security_issue-2768063-2.patch | 2.1 KB | taherpro |
Comments
Comment #2
taherpro commentedAdding a patch to fix the above mentioned issue, also removing unwanted check_plain() used.
Comment #4
taherpro commentedComment #5
neeravbm commentedFixed and committed. Thank you!