Hi,

We are working on validation of login used in GLPI.
It is this ticket : https://forge.indepnet.net/issues/1878

Actually we check validation of login for external auth but not for internal GLPI users and we want to have a common system for both.

We used such a regex to check external logins : ^[[:alnum:]@.\-_ ]+$
So all alpha numeric chars + @.-_ are valid (to be be able to used email address).

In your databases, have you logins which do not match such a rule for internal GLPI users ? (with special chars like accents or others ?)

Regards

Julien Dombre



_______________________________________________
Glpi-dev mailing list
Glpi-dev@gna.org
https://mail.gna.org/listinfo/glpi-dev

Reply via email to