my admin back is blocked
Author | Posts |
---|---|
December 12, 2013 at 4:10 am 13641 | |
Alex | I just got the plugging and install but I got blocked from accessing my back end how i can fix it, when I used the free version happen the same, please help |
December 12, 2013 at 6:51 am 13644 | |
Mahi | are you pointing to admin user? or subscribe users? There is a settings option under WPUF Settings-> Admin area access |
December 12, 2013 at 10:11 pm 13663 | |
Alex | hi, I got access to back end by deleting this code below, otherwise I can not logging.. but this is not how it should be and im afraid that other user can get to the back end —————- /** // bail out if we are from WP Cli $access_level = wpuf_get_option( ‘admin_access’, ‘wpuf_general’, ‘read’ ); if ( !current_user_can( $access_level ) && !in_array( $pagenow, $valid_pages ) ) { |