instedd / resourcemap

http://resourcemap.instedd.org/
GNU General Public License v3.0
14 stars 7 forks source link

Disable local accounts when Guisso is enabled #909

Closed matiasgarciaisaia closed 1 year ago

matiasgarciaisaia commented 1 year ago

If we delegate authentication to Guisso, then stop using Devise's local accounts.

We want to have this in production, since Guisso has CAPTCHA implemented to avoid automated account creation - and we want to avoid implementing CAPTCHA on each of our apps.

Also, workaround some of the tech debth of the stack.