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

Makes it easy to update the login url #80

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Jun 8, 2019

  1. Configuration menu
    Copy the full SHA
    1fa0c0c View commit details
    Browse the repository at this point in the history
  2. Update comment

    massilva committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    c7b0ffb View commit details
    Browse the repository at this point in the history
  3. Update backend to avoid django.db.utils.IntegrityError: duplicate key…

    … value violates unique constraint "auth_user_username_key"
    
    Get_or_create`s implementation uses `kwargs` params to get the object on database,
    the backend implementation makes it possible for username and shib_user_params['username'] to be different.
    To avoid the error, before get or create user, It's set username to shib_user_params['username'] value.
    massilva committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    d979e90 View commit details
    Browse the repository at this point in the history
  4. Rename variable

    massilva committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    01bf924 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    08e9374 View commit details
    Browse the repository at this point in the history