mirror of
				https://gitlab.crans.org/bde/nk20-scripts
				synced 2025-10-31 07:09:52 +01:00 
			
		
		
		
	first_name = prenom, last_name = nom
This commit is contained in:
		| @@ -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 | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user