#12192 closed enhancement (fixed)
Show status when changing admin email
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | UI | Keywords: | commit |
Focuses: | Cc: |
Description
We should make it so that if someone changes the site admin address (under Settings > General), instead of it reverting to old address until the email confirmation link is clicked, we display what they tried to change it to and note that it is pending. Otherwise, it just looks like it didn't work, especially if the email doesn't show up right away.
If someone wants to whip this out to get into 3.0, awesome, otherwise will try to get it into 3.1.
Attachments (8)
Change History (20)
#1
@
13 years ago
- Cc aaron@… added
- Keywords has-patch added
- Version changed from 2.9.1 to 3.0
When there is a pending change, I changed the description after the field to read:
There is a pending change of the admin e-mail to: $new_admin_email
#3
@
13 years ago
- Component changed from Administration to UI
- Reporter changed from janeforshort to jane
We generally use div.updated p
, that way it doesn't look scrunched up. That said, if you tried to use that, then some JavaScript would have moved it to the top.
Personally, I prefer this as a notice across the top, though I can certainly settle for an inline notification. We'll need Jane to weigh in, as she proposed something a bit different originally.
#4
@
13 years ago
- Keywords commit added; has-patch removed
Yesterday in the #wordpress-dev Jane signed off on the implementation done in r13408.diff . See Screenshot-2.png for what is added on a pending email change
#6
@
13 years ago
Okay, this one is in. It looks good. Just a note, this is only multisite -- we don't require e-mail confirmation in a single-site setup. The ticket wasn't clear and the diff actually patched the non-multisite code, so I wanted to make note of this.
Jane, if you like, feel free to => fixed.
#7
@
13 years ago
- Resolution set to fixed
- Status changed from new to closed
This looks good, so closing as fixed.
#8
@
13 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Whenever you Save Changes in options-general.php, new_admin_email is set in the options table. With this change you will then see the pending change notice even though you haven't actually changed the email address. We should either check to see if new_admin_email is the same as admin_email or not save new_admin_email at all.
#9
@
13 years ago
I would appreciate it if we could do the same for the network e-mail address on ms-options.php.
patch vs 13330 to change the description after the field for when there is a pending change