Changes between Initial Version and Version 1 of Ticket #48153, comment 22
- Timestamp:
- 09/30/2019 07:24:41 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48153, comment 22
initial v1 1 Looking at this a bit more: we are also checking `current_user_can( 'manage_options' )` before outputting the email verification screen. Even if we redirect a user without that capability (as in [46323]), they will not be able to see th e form, and will be redirected again to wp-admin/.1 Looking at this a bit more: we are also checking `current_user_can( 'manage_options' )` before outputting the email verification screen. Even if we redirect a user without that capability (as in [46323]), they will not be able to see that screen, and will be redirected again to wp-admin/. 2 2 3 3 ToDo: