Closed (fixed)
Project:
Secure Site
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2009 at 20:01 UTC
Updated:
12 May 2014 at 18:26 UTC
Jump to comment: Most recent
When a user doesn't have permission to change their name and the securesite_guest_name isn't set the user will be blocked from doing things like changing their password. This happens because a check in securesite_user is a little to loose. The attach patch fixes it by making sure the 'name' element of the $edit array is set before comparing it.
| Comment | File | Size | Author |
|---|---|---|---|
| securesite_username_check.patch | 741 bytes | jmiccolis |
Comments
Comment #1
darren ohFixed in CVS commit 178446.
Comment #2
Andreas Wolf commentedI ran into this while working as initial drupal user with all rights and was unable to change the custom user profile fields for individual users.
So this is not only related to the change name permission.
The patch is working for me, thanks.