You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we try to create a user with an invalid character in the username (we had the case with "krümelbande"), the tapir_user is created but an errors comes from LDAP where the user is then not created. There is then a data inconsistency between the Tapir db and the LDAP db.
The creation page should refuse invalid characters
If an error happens when creating the user on the LDAP side, the user on the Tapir side should be deleted from the DB (probably with @transation.atomic)
The text was updated successfully, but these errors were encountered:
If we try to create a user with an invalid character in the username (we had the case with "krümelbande"), the tapir_user is created but an errors comes from LDAP where the user is then not created. There is then a data inconsistency between the Tapir db and the LDAP db.
@transation.atomic
)The text was updated successfully, but these errors were encountered: