Viewing 2 replies - 1 through 2 (of 2 total)
  • DebbyK,

    You can’t disable login in plugin options. Only way it’s hide login block in css
    /wp-content/plugins/maintenance/lib/style.css line 33


    .login-form {
    display:none; /* hide login block */
    width: 300px;
    margin: 0 auto;
    position: relative;
    z-index:5;
    border-radius:5px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
    }

    resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘User login?’ is closed to new replies.