backdrop-contrib / hybridauth

Use the HybridAuth library to allow logins through various third party systems.
GNU General Public License v2.0
0 stars 2 forks source link

Sort providers list and disable unavailable services #3

Closed laryn closed 4 years ago

laryn commented 4 years ago

Screen Shot 2020-01-15 at 1 24 39 PM

This list would be cleaner if it was sorted by "Available" (with Yes on top) and the ones that were not available were disabled (or removed from the list).

laryn commented 4 years ago

I've done this in the latest WIP commits, but it seems that all of the ones that are unavailable could be made available by moving the library files from additional-providers folder into the main Providers folder.

I guess the Backdrop way is not to require people to move things around in the filesystem, so maybe I should just do that for all of these, although I'm never going to be able to test all of them... Or just leave them as unavailable until someone asks for them.

laryn commented 4 years ago

Going to leave these as is for now...