pluginsGLPI / datainjection

Plugin to import CSV files into GLPI
http://plugins.glpi-project.org/#/plugin/datainjection
GNU General Public License v2.0
53 stars 50 forks source link

Inject Users Password in textbox #390

Open jcervantes-sipecom opened 6 months ago

jcervantes-sipecom commented 6 months ago

I'm on GLPI 10.0.11 and Plugin version: 2.13.5 downloaded from Marketplace.

When I inject users, I set the password as mandatory, but the password inserted in textbox is not the same string in database as if I set the password in the user form:

image

Password set in Data Injection textbox:

image

Password in database injected in textbox:

image

The same password changed in User Form:

image

Password in database when changed in User Form:

image