Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7193


Ignore:
Timestamp:
07/21/2016 01:28:49 AM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7193 – Description

    initial v1  
    11Since 2.7 is all about UX, we should improve the user registration workflow for administrators.
    22
    3 When registration is disabled and the site admin opens up member registration, if the registration and activation pages are not created, we should show an admin message saying that these pages are not created yet.  We already add an admin message if permalinks are not set up, so adding another admin message here seems okay to me.
     3When registration is disabled and the site admin opens up member registration, if the registration and activation pages are not created, we should show an admin message saying that these pages are not created yet. 
     4
     5To be fair, we do add this message:
     6
     7`The following active BuddyPress Components do not have associated WordPress Pages: Activate, Register.`
     8
     9But, that is kind of vague.
     10
     11We already add an admin message if permalinks are not set up, so adding another admin message here seems okay to me.
    412
    513Currently, people assume that simply setting the registration and activation pages is enough.