Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Must check if user exists. #56

Closed
wants to merge 2 commits into from

Commits on Apr 9, 2015

  1. Check if username exists when creating a new user. Fixed error messag…

    …e output (self::insertAuth0Error doesn't exist) in get_currentauth0userinfo
    singularityjay committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    1fae685 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Check is username exists.

    When logging in with LinkedIn, if username (nickname) already exists it won't create a new wordpress account. Set username to email (change_this_email@" . uniqid() .".com) if username exists.
    singularityjay committed Apr 29, 2015
    Configuration menu
    Copy the full SHA
    f48a0e0 View commit details
    Browse the repository at this point in the history