Welcome Guest, Not a member yet? Register   Sign In
LogicException #403 - CSRF problem
#1

(This post was last modified: 08-11-2017, 12:35 AM by puschie.)

Hey, sometimes i get a LogicException #403

LogicException #403 The action you requested is not allowed

error when i try to login. cant reproduce it reliable, it happend every week once i guess and is fixed after a reload ( the last few times it was right after a browser start with the login page as stored tab )

Login html :
PHP Code:
<?= form_openbase_admin_url() ) ?>
    <div class="input-field">
        <input type="text" name="username" size="45" <?php if( isset( $username ) ) echo 'value="'$username'"'?> required />
        <label>Username</label>
    </div>
    <div class="input-field">
        <input type="password" name="password" size="72" <?php if( isset( $password ) ) echo 'value="'$password'"'?> required />
        <label>Password</label>
    </div>
    <input class="btn" type="submit" value="Login" />
    </form> 

i do no redirect in the login check so i cant imangine how it can result in something like this
Reply


Messages In This Thread
LogicException #403 - CSRF problem - by puschie - 08-11-2017, 12:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB