nextcloud / apps

🚚 This is an archive. Let us know if you want to take over maintainership of any of these apps
11 stars 29 forks source link

External MySQL Auth Module #48

Closed collinwebdesigns closed 5 years ago

collinwebdesigns commented 6 years ago

Use this Module to authenticate against a custom MySQL DB. For Example the users are stored in a custom MySQL DB and you wan´t to use this table instead of create each user again in NextCloud.

violoncelloCH commented 5 years ago

Hi, thank you for your contribution! Since we moved user_external to it's dedicated repository at https://github.com/nextcloud/user_external (I'm one of the new maintainers) could you please reopen your PR there?

Also: Please sign-off on your commits (just add a line like Signed-off-by: Firstname Lastname mail@example.com to every commit). (see https://github.com/nextcloud/server/blob/master/contribute/developer-certificate-of-origin)

violoncelloCH commented 5 years ago

"moved" to nextcloud/user_external#33