Skip to content

Commit 18776a0

Browse files
authored
Enable change of full name in the profile page (#2867)
1 parent 02511ab commit 18776a0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@
14271427
"preferred_username": "username",
14281428
"email": "email",
14291429
"sub": "global_id",
1430-
"name": "name",
1430+
"name": ("name", False),
14311431
},
14321432
# Additional models to map in.
14331433
# Key is the model name, then a list of tuples of header field name, model

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ edx-api-client = "^1.11.0"
4646
hubspot-api-client = "^6.1.0"
4747
hypothesis = "4.23.9"
4848
ipython = "^8.0.0"
49-
mitol-django-apigateway = "^2025.4.25.1"
49+
mitol-django-apigateway = "2025.8.7"
5050
mitol-django-authentication = "^2025.2.12"
5151
mitol-django-common = ">=2025.5.23"
5252
mitol-django-hubspot-api = "2023.12.19"

0 commit comments

Comments
 (0)