• While the developers seem nice enough. They dont respond about my questions of why when I activate this my users cant login to wordpress anymore! So I have been forced to uninstall it. The plugin works fine otherwise – but I have many authors who need to login to the website – they are in fact why I wanted this plugin.

    https://wordpress.org/plugins/changetip/

Viewing 1 replies (of 1 total)
  • @nexusbroadcast:

    while these geniuses answer, go to changetip.php and comment these lines:

    public function admin_init() {
    //      if ( !current_user_can( 'manage_options' ) ) {
    //          wp_die( 'You are not allowed.' );
    //      }
    
            if( function_exists( 'changetip_check_for_updates' ) ) {
                changetip_check_for_updates( $this ); //updates.php
            }
Viewing 1 replies (of 1 total)
  • The topic ‘Kills Logins upon activation’ is closed to new replies.