Enable Wordpress Oauth login and registration

This commit is contained in:
Julian Herrero
2020-01-18 18:51:06 +07:00
parent 9bbed55d20
commit 193e51d42f
12 changed files with 181 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ class Setting < ApplicationRecord
"feature.facebook_login": true,
"feature.google_login": true,
"feature.twitter_login": true,
"feature.wordpress_login": false,
"feature.public_stats": true,
"feature.signature_sheets": true,
"feature.user.recommendations": true,