Opened 2 years ago
Last modified 17 months ago
#15942 new feature request
In a network, super administrator can choose a specific user for admin of new blog instead of guessing his email.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Future Release |
| Component: | Network Admin | Version: | 3.0.3 |
| Severity: | normal | Keywords: | |
| Cc: | aren@…, d@…, xoodrew@…, japh@… |
Description
When I create a new blog in a network, I am asked to enter the Admin Email. This is rather useless to me because all our accounts come from an LDAP directory. So I have to remember the site admin's email address, which is not always consistent across my organization. It would be nicer if I had an autocomplete-style field where I could enter the user's ID.
Change History (10)
- Milestone changed from Awaiting Review to Future Release
- Type changed from feature request to enhancement
Returning to feature request, as it's a bigger user-facing change than an enhancement, based on how we've defined the difference in the past.
comment:4
novasource — 2 years ago
- Type changed from enhancement to feature request
(Making the change that jane mentioned in comment 3.)
For additional clarification, this change won't just help LDAP users. It just seems to make more sense to query users based on their root ID than on an attribute--unless you're going to allow user queries on any attribute.
It would be nicer if I had an autocomplete-style field where I could enter the user's ID.
That doesn't make any sense. You could query by the user login, sure, but not by it's ID.
Wether we query for the login or for the email, +1 on autosuggest.
comment:6
novasource — 2 years ago
@scrubu: Sorry, by ID, I was referring to what the user types into the Username field to sign in.
- Cc d@… added
comment:8
SergeyBiryukov — 20 months ago
Related: #18160
comment:10
japh — 17 months ago
- Cc japh@… added

All of those settings need better UI, but the ID vs. email for identifying users is more complex than this, I think.