
OAuth login through your favorite apps like EVE Online, Google, Facebook for user authentication.
Screenshots

Add OAuth Applications

List of Apps

Configure Custom OAuth Application
FAQ
Installation Instructions
From your WordPress dashboard
- Visit
Plugins > Add New
- Search for
oAuth Login ( OAuth Client )
. Find and Install oAuth Login ( OAuth Client )
- Activate the plugin from your Plugins page
From WordPress.org
- Download oAuth Login ( OAuth Client ).
- Unzip and upload the
miniorange-oauth-login
directory to your /wp-content/plugins/
directory.
- Activate miniOrange OAuth from your Plugins page.
Once Activated
- Go to
Settings-> miniOrange OAuth -> Configure OAuth
, and follow the instructions
- Go to
Appearance->Widgets
,in available widgets you will find miniOrange OAuth
widget, drag it to chosen widget area where you want it to appear.
- Now visit your site and y-ou will see login with widget.
For Viewing Corporation, Alliance, Character Name in user profile
To view Corporation, Alliance and Character Name in edit user profile, copy the following code in the end of your theme’s Theme Functions(functions.php)
. You can find Theme Functions(functions.php)
in Appearance->Editor
.
add_action( 'show_user_profile', 'mo_oauth_my_show_extra_profile_fields' );
add_action( 'edit_user_profile', 'mo_oauth_my_show_extra_profile_fields' );
I need to customize the plugin or I need support and help?
Please email us at info@miniorange.com or Contact us. You can also submit your query from plugin’s configuration page.
I don’t see any applications to configure. I only see Register to miniOrange?
Our very simple and easy registration lets you register to miniOrange. OAuth login works if you are connected to miniOrange. Once you have registered with a valid email-address and phone number, you will be able to configure applications for OAuth.
How to configure the applications?
When you want to configure a particular application, you will see a Save Settings button, and beside that a Help button. Click on the Help button to see configuration instructions.
add_action( 'show_user_profile', 'mo_oauth_my_show_extra_profile_fields' );
add_action( 'edit_user_profile', 'mo_oauth_my_show_extra_profile_fields' );
I need integration of this plugin with my other installed plugins like BuddyPress, etc.?
We will help you in integrating this plugin with your other installed plugins. Please email us at info@miniorange.com or Contact us. You can also submit your query from plugin’s configuration page.
I verified the OTP received over my email and entering the same password that I registered with, but I am still getting the error message – “Invalid password.”
Please write to us at info@miniorange.com and we will get back to you very soon.
For any other query/problem/request
Please email us at info@miniorange.com or Contact us. You can also submit your query from plugin’s configuration page.
ChangeLog
6.1.2
Bug fix for Invalid OTP error
6.1.1
CSS customizations
6.0.2
Added premium features page.
6.0.1
Updated list of OAuth Providers.
5.22
Handled self signed SSL sites and slashes.
5.21
Bug fixes fetching user resource
5.20
Added shortcode option
5.12
Added Windows Live app and bug fixes
5.10
5.9
5.8
- Bug fix for warnings showing up.
5.3
- Compatibility with WordPress 4.7.3
2.4
2.3
- Eve Online Changes
- Compatibility with WordPress 4.5.1
2.2
- Bug fixes
- Compatibility with WordPress 4.5
2.1
2.0
- Email after first login.
- Redirection after login – same page or custom.
- Shortcode
- Added option for alllowed faction.
- Denied access for character, alliance, corp, faction.
1.8
- Sets last_name as EVE Online Character Name when user logs in for the first time
1.7
- Bug fixes for some users facing problem after sign in
1.6
1.5
- Fixed bug where user was not redirecting to EVE Online in some php versions.
1.4
1.3
1.2
1.1
- Added email ID verification during registration.
1.0.5
- Added Login with Facebook
1.0.4
- Updates user’s profile picture with his EVE Online charcater image.
- Submit your query (Contact Us) from within the plugin.
1.0.3
1.0.2
- Resolved EVE Online login flow bug in some cases
1.0.1
1.0
- First version with supported applications as EVE Online and Google.