[wp-trac] [WordPress Trac] #18132: Misleading message when deleting a user with no sites

WordPress Trac noreply at wordpress.org
Sun Feb 15 04:11:48 UTC 2015


#18132: Misleading message when deleting a user with no sites
--------------------------------------+------------------------
 Reporter:  danielbachhuber           |       Owner:  Idealien
     Type:  enhancement               |      Status:  assigned
 Priority:  normal                    |   Milestone:  4.2
Component:  Users                     |     Version:
 Severity:  trivial                   |  Resolution:
 Keywords:  good-first-bug has-patch  |     Focuses:  multisite
--------------------------------------+------------------------

Comment (by jeremyfelt):

 Great changes so far. It looks like now that we're doing a better job with
 the text, we need to change some of the other output a bit to match the
 experience. We don't need to be too worried about style, this screen is
 very utilitarian already, but we can provide some of the info already
 available to us.

 A few screenshots with
 [https://core.trac.wordpress.org/attachment/ticket/18132/18132_checkCount.diff
 18132_checkCount.diff] applied:

 * Deleting a single user belonging to no sites - https://cloudup.com/cZh_-
 bDViFb
 * Deleting a single user belonging to one site -
 https://cloudup.com/cFqovmePV-j
 * Deleting two users, one belonging to a site -
 https://cloudup.com/ctQpM4fPBVr
 * Deleting two users, neither belonging to a site - https://cloudup.com
 /c9nTL-eSEg5

 I think we can maneuver some HTML around and split up those strings a bit
 to provide a structure that's more readable.

 {{{
 You have chosen to delete the following users from all networks and sites.

    - username1
    - username2

 Once you hit "Confirm Deletion", these users will be permanently removed.
 }}}

 and

 {{{
 You have chosen to delete the following users from all networks and sites.

     - username1
     - username2

         What should be done with content owned by username2?

             * Site: Site Two
                 Delete all content.
                 Attribute all content to: ----
              * Site: Site Three
                 Delete all content.
                 Attribute all content to: ----

 Once you hit "Confirm Deletion", the following users will be permanently
 removed.
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/18132#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list