Can't submit login creds to webform

synfinatic
synfinatic
Community Member

So I have a problem trying to login to a specific form under both Chrome & Safari on OSX. Basically, every time I click the "Sign In" button, 1Password asks if I want to save the user/password, It doesn't matter what I tell 1Pass (Update, Save or Not Now) it basically stops the form from being actually submitted to the server. Even if I say "never autosave for this site" it will still prompt me again to save/update the credentials.

If I disable the 1password plugin, then I can login.

<form action="/oauth/authorize/" method="POST" id="auth-post-form" autocomplete="off">
                <input type="password" class="prevent_remember_password"/>
                <input type="password" class="prevent_remember_password" value="fakepassword"/>
<fieldset>
<div class="control-group">
    <div class="control-group required">
    <label class="control-label" for="username">
        Username
    </label>
    <div class="controls">
        <input autocomplete="off" autofocus="autofocus" id="id_username" name="username" placeholder="Enter your username (your email address)." type="text" />
    </div>
</div>
    <div class="control-group required">
    <label class="control-label" for="password">
        Password
    </label>
    <div class="controls">
        <input autocomplete="off" class="default-submit" id="id_password" name="password" placeholder="Enter your password." type="password" />
    </div>
</div>
</div>
</fieldset>
                <input type="hidden" name="next" value="/" id="next_url" autocomplete="off"/>
                <input type="hidden" name="client_id" value="portal" id="client_id" autocomplete="off"/>
                <input type="hidden" name="state" value="login"  id="state" autocomplete="off"/>
                <input type="hidden" name="response_type" value="token" id="response_type" autocomplete="off"/>
                <div class="row-fluid login-action">
                    <div class="pull-right">
                        <a href="/forgotpw">Forgot your password?</a>
                        &nbsp;&nbsp;&nbsp;&nbsp;
                        <button type="submit" class="btn btn-primary login">
                            Sign In
                        </button>
                    </div>
                </div>
            </form>

Comments

  • Megan
    Megan
    1Password Alumni
    edited May 2015

    Hi @synfinatic ,

    I'm sorry to hear that you're having trouble with this site. We are currently tracking a bug related to appirio.okta.com - is this the site you are referring to? If not, I'd love to know the URL of the site so that we can do some testing here.

    ref: OPM-3030

This discussion has been closed.