I deleted the user, now I'm trying to login again. I noticed two things:
1) when I delete a user, using the users interface, it does not refresh and says no messages (I think it is a frontend issue but because of it I cannot know when a user is really deleted).
2) Now that I waited for a longer time to login (after deletion) I can login with that user so it correctly creates it.
It seems to be a timing problem (synchronization), in production we cannot enstablish that time (and the number of retries that a user can do for the login).
---
[Visit Topic](https://discourse.xwiki.org/t/ldap-login-issue/226/15) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/0d98ba4c1746264d67c432c….
I think that the LDAP extension that creates the user in XWiki **should not** create a user if this one is already present. If this one is created it means that we could intercept this code and avoid a creation of another user (this one can be a property if one will).
Now I try to delete the user, I will update you then.
---
[Visit Topic](https://discourse.xwiki.org/t/ldap-login-issue/226/13) to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click here](https://discourse.xwiki.org/email/unsubscribe/78333a4874c9def57d9f201….