edgardmessias / glpi-singlesignon

GNU General Public License v3.0
68 stars 51 forks source link

Error reinstalling after uninstall #33

Open 157Frog opened 2 years ago

157Frog commented 2 years ago

Hi, working through using this with Azure. Wanted to remove due to other issue I'll log and then reinstall the plugin. I disabled the plugin, then uninstalled. However when I try to re install I get the error:

"error adding picture column Duplicate column name 'picture'"

Any help appreciated.

Cial39 commented 2 years ago

Hi

the two sso plugin tables in the database must be deleted.

edgardmessias commented 2 years ago

Hello, I will try to improve the migration script later

muzzol commented 1 year ago

I'm facing the same problem.

can you provide mysql commands to clean the database?

famascl3m commented 1 year ago

I'm facing the same problem.

can you provide mysql commands to clean the database?

DROP TABLE glpi_plugin_singlesignon_providers; DROP TABLE glpi_plugin_singlesignon_providers_users;