# Propagation extension

* adds sso_identifier as new User model attribute
* refactors minor code snippets on user-propagation data resolving
* adds updating of username based on propagation data
* adds sso_identifier on admin backend view
This commit is contained in:
2025-09-12 09:24:02 +02:00
parent 23bc79ee3b
commit a12c2fb57e
4 changed files with 73 additions and 12 deletions

View File

@@ -15,6 +15,7 @@ class UserNotificationAdmin(admin.ModelAdmin):
class UserAdmin(admin.ModelAdmin):
list_display = [
"id",
"sso_identifier",
"username",
"first_name",
"last_name",