🚚(github) update all mentions to github repo
github repo moved from numerique-gouv to suitenumerique org
This commit is contained in:
committed by
Marie
parent
e297a025c3
commit
3de495a489
@@ -120,7 +120,7 @@ class OIDCAuthenticationBackend(MozillaOIDCAuthenticationBackend):
|
||||
|
||||
# Data cleaning, to be removed when user organization is null=False
|
||||
# or all users have an organization.
|
||||
# See https://github.com/numerique-gouv/people/issues/504
|
||||
# See https://github.com/suitenumerique/people/issues/504
|
||||
if not user.organization_id:
|
||||
organization_registration_id = claims.get(
|
||||
settings.OIDC_ORGANIZATION_REGISTRATION_ID_FIELD
|
||||
|
||||
@@ -56,10 +56,10 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
"Bug Tracker" = "https://github.com/numerique-gouv/people/issues/new"
|
||||
"Changelog" = "https://github.com/numerique-gouv/people/blob/main/CHANGELOG.md"
|
||||
"Homepage" = "https://github.com/numerique-gouv/people"
|
||||
"Repository" = "https://github.com/numerique-gouv/people"
|
||||
"Bug Tracker" = "https://github.com/suitenumerique/people/issues/new"
|
||||
"Changelog" = "https://github.com/suitenumerique/people/blob/main/CHANGELOG.md"
|
||||
"Homepage" = "https://github.com/suitenumerique/people"
|
||||
"Repository" = "https://github.com/suitenumerique/people"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
|
||||
Reference in New Issue
Block a user