nextcloud / user_saml

:lock: App for authenticating Nextcloud users using SAML https://apps.nextcloud.com/apps/user_saml
https://portal.nextcloud.com/article/configuring-single-sign-on-10.html
GNU Affero General Public License v3.0
96 stars 76 forks source link

fix(db): remove dead code and unused table #808

Closed blizzz closed 9 months ago

blizzz commented 10 months ago

Will have affect with a version bump only - will happen on release.

The checkPassword method was also not in use, because the ICheckPasswordBackend is not implemented :shrug: