Fix formulaire création utilisateur (mail optionnel)

This commit is contained in:
Emmanuel Viennet 2023-03-15 18:55:32 +01:00
parent e448ba91ed
commit 5e79e97930
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ def create_user_form(user_name=None, edit=0, all_roles=True):
"input_type": "text",
"explanation": "facultatif" if not edit_only_roles else "",
"size": 36,
"allow_null": False,
"allow_null": True,
"readonly": edit_only_roles,
},
),

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.4.64"
SCOVERSION = "9.4.65"
SCONAME = "ScoDoc"