-
Notifications
You must be signed in to change notification settings - Fork 0
Description
This is not urgent, but I wanted to write it down while I was thinking about it.
Option 1 : Build auth into the plugin.
We could build the authentication/authorization process into the plugin directly and follow the Piwik model here:
http://piwik.org/blog/2012/10/wordpress-integration-with-wp-piwik/#network
Option 2: Modify WP Social Login plugin to force user to authenticate/register at QM.
Another method might be to create a modified version of WP Social Login plugin that the client site would be forced to use. This would entail that we do the following:
-- Hide username/password fields
http://wordpress.stackexchange.com/questions/121687/wordpress-hide-the-username-password-fields-in-login-page
-- Disable login through username/password
-- Modify Social Login to support QuantiModo
---- Get user info from /user, create admin if administration == true
-- Create register button
---- Link to QM registration
---- Make sure it redirects to MoodiModo's QM auth endpoint
-- Style new auth form
@QuintiModo @dinomov @victorsmirnov Does this make any sense to you? If so, which option do you recommend?