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.

CommentFileSizeAuthor
securesite_username_check.patch741 bytesjmiccolis
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Darren Oh’s picture

Status: Active » Fixed

Fixed in CVS commit 178446.

Andreas Wolf’s picture

I 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 6d6b23e on 6.x-2.x, 7.x-2.x, 8.x-1.x by Darren Oh:
    #388890 by jmiccolis: Fixed user name validation.   Users who didn't...