Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Wordpress Oauth login and registration #3902

Merged
merged 1 commit into from
Feb 7, 2020
Merged

Conversation

microweb10
Copy link
Member

Objectives

Make it possible to register and login using a Wordpress Oauth server.

The feature will be disabled by default. To enable it:

  • Go to the admin panel -> Settings -> Features Tab [Image 1]
  • Configure your Wordpress Oauth credentials in your config/secrets.yml and reload your Rails server.
production:
  wordpress_oauth2_key: ""
  wordpress_oauth2_secret: ""
  wordpress_oauth2_site: "https://your.wordpress.server.domain"
  • Use the Wordpress button from the Registration or Login page [Image 2]

Visual Changes

Image 1

Image_1

Image 2

Image_2

@microweb10 microweb10 self-assigned this Jan 18, 2020
@microweb10 microweb10 added this to Reviewing in Roadmap via automation Jan 18, 2020
Roadmap automation moved this from Reviewing to Testing Jan 21, 2020
@javierm javierm merged commit 7f19b16 into master Feb 7, 2020
Roadmap automation moved this from Testing to Release 1.1.0 Feb 7, 2020
@javierm javierm deleted the wordpress_login branch February 7, 2020 13:23
smarques pushed a commit to venetochevogliamo/consul that referenced this pull request Apr 29, 2020
Enable Wordpress Oauth login and registration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Roadmap
  
Release 1.1.0
Development

Successfully merging this pull request may close these issues.

None yet

4 participants