From my testing the validation doesn't happen against the username when the user edits their account. Digging around I noticed the validation attaches to form_id "user_register" and "user_edit". I am pretty sure there isn't a "user_edit" form and instead it should be "user_profile_form".

See attached patch.

Comments

colin49’s picture

Status: Active » Needs review
Schneck’s picture

Assigned: Unassigned » Schneck
Status: Needs review » Fixed

Added form_id "user_profile_form" in newest release, please check.

Status: Fixed » Closed (fixed)

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