forked from ScoDoc/ScoDoc
Fix formulaire création utilisateur (mail optionnel)
This commit is contained in:
parent
e448ba91ed
commit
5e79e97930
@ -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,
|
||||
},
|
||||
),
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.4.64"
|
||||
SCOVERSION = "9.4.65"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user