mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2024-12-26 01:12:25 +00:00
first_name = prenom, last_name = nom
This commit is contained in:
parent
fc29147c87
commit
92f8fa9607
@ -99,8 +99,8 @@ class Command(ImportCommand):
|
||||
"pk": pk_user,
|
||||
"username": row["pseudo"],
|
||||
"password": passwd_nk15,
|
||||
"first_name": row["nom"],
|
||||
"last_name": row["prenom"],
|
||||
"first_name": row["prenom"],
|
||||
"last_name": row["nom"],
|
||||
"email": row["mail"],
|
||||
"is_active": True, # temporary
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user