Needs work
Project:
Masquerade
Version:
8.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Oct 2010 at 04:57 UTC
Updated:
17 Sep 2018 at 13:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sunI think this is a good idea.
Comment #2
deekayen commentedMy concern is supporting with themed usernames like with http://drupal.org/project/realname, so just clarifying this wouldn't switch to uid-only.
Comment #3
sunOh yeah, sorry for the confusion. I definitely meant "in addition to". :)
The concrete use-case I'm commonly facing is that I only have a user's ID through the means of a support ticket from a completely separate helpdesk system. In such cases, it would be great if I could just simply paste the uid into the form field and hit ENTER.
Comment #4
andypostModule already using core's
entity_autocompleteelement that support name and IDComment #5
andypostActually not
Comment #6
rdatar commentedComment #7
rdatar commentedHi,
I have modified code to allow user id as input in addition to username.
Adding patch user_id_input-92950-#7.patch
Please review.
Comment #8
andypostremoval of wrapper will break form
also removal of autocomplete is no-go, so should be added own controller
Comment #9
andypostComment #10
andypostComment #11
RumyanaRuseva commentedComment #12
sreenivasparuchuri commentedHi I created new module where I had extended the masquarde, so that now we can able to search with role,email,user id,username
Masquerade Extra
Comment #13
sreenivasparuchuri commentedI created new module where I had extended the masquerade, so that now we can able to search with role,email,user id,username
Masquerade Extra
Comment #14
andypost@sreenivasparuchuri Thanks! I could be great foundation for #1926876: Fix and rework the masquerade_advanced sub-module
Otoh I prefer to keep module slim so better to keep all UI additions separate
Comment #15
andypostI bet current core allows to use view result as autocomplete so you just need to alter existing form
Technically is not API break but I'm sure that lots of custom modules and themes alters current keys in the form