forked from Github-Mirrors/canaille
Wording
This commit is contained in:
parent
e57cd9a138
commit
a80e25d3d2
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ def profile_creation(user):
|
||||||
|
|
||||||
if request.form:
|
if request.form:
|
||||||
if not form.validate():
|
if not form.validate():
|
||||||
flash(_("User creation failed."), "error")
|
flash(_("User account creation failed."), "error")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
user = User(objectClass=current_app.config["LDAP"]["USER_CLASS"])
|
user = User(objectClass=current_app.config["LDAP"]["USER_CLASS"])
|
||||||
|
|
Loading…
Reference in a new issue