Robert Staddon
74153ec363
Support "redirect_to" parameter on login page
9 years ago
Robert Staddon
6cd6cc126a
Record the URL of the current page when creating a login button
9 years ago
Robert Staddon
398612eaf1
Redirect to origin page instead of home page if setting enabled
...
To know the origin page URL, read the value of a cookie that was set
when the button was created.
9 years ago
Robert Staddon
6b5d6a9782
Add "Redirect Back to Origin Page" setting
...
This setting would override the default action of redirecting the user
to the home page after a successful login and instead redirect the user
back to the page on which they clicked the OpenID Connect login button.
This would cause the login process to proceed in a traditional WordPress
fashion.
9 years ago
Robert Staddon
669e3b8030
Add shortcode for login button
...
[openid_connect_generic_login_button]
9 years ago
Robert Staddon
8852c9d52e
Increment version and update readme
9 years ago
Robert Staddon
65d4115145
Merge remote-tracking branch 'refs/remotes/origin/master' into daggerhart/master
9 years ago
Robert Staddon
66ee62b399
Merge remote-tracking branch 'refs/remotes/daggerhart/master'
9 years ago
Jonathan Daggerhart
b737eac518
Merge pull request #5 from robertstaddon/master
...
Allow users with existing WordPress accounts to log in
9 years ago
Robert Staddon
9371b8132f
Only link existing users if the setting is enabled
9 years ago
Robert Staddon
494cb43c49
Only link existing user if the setting is enabled
9 years ago
Robert Staddon
3777f930ec
Add setting to Link Existing Users
...
Add a setting to allow the site admin to decide how to handle the OpenID
Connect interaction with existing WordPress users.
9 years ago
Robert Staddon
1de016485b
Allow users with existing WordPress accounts to sign in
...
An error occurs if a user with an existing WordPress account tries to
sign in using OpenID Connect. This patch fixes this problem by adding
the OpenID Connect meta data to the existing user's account after
successful authorization.
9 years ago
daggerhart
7905bfdd12
incrementing version, updating readmes
9 years ago
daggerhart
94dd945843
fixing desired_username variable typo
9 years ago
daggerhart
6715eb2baf
using wp's is_ssl() function for setcookie()'s secure parameter
9 years ago
daggerhart
4db956c119
bug: wrong variable as error data
9 years ago
Jonathan Daggerhart
e6da3154a4
incrementing version 3.0.2
9 years ago
Jonathan Daggerhart
43a5d7110e
allow for very-granular default settings so that updates can make use of default values
9 years ago
Jonathan Daggerhart
ada93ba4f3
Added setting for http_response_timeout
9 years ago
Jonathan Daggerhart
d0ceb60a37
settings upgrade to follow refactoring
9 years ago
Jonathan Daggerhart
822c2befd3
typo in hook name
9 years ago
Jonathan Daggerhart
a0b882743b
better user check in logs table
9 years ago
Jonathan Daggerhart
af0bbe6bbe
updating version number and readme. prepared upgrade flow
9 years ago
Jonathan Daggerhart
9b2dd29659
Method comments, and unique errors
9 years ago
Jonathan Daggerhart
c646078421
refactoring some internal settings for clarity
9 years ago
Jonathan Daggerhart
2e3167fa20
major refactor to separate responsibility
9 years ago
Jonathan Daggerhart
0ddb501a55
whitespace- switching to sweet-sweet tabs
9 years ago
Jonathan Daggerhart
782e674def
first attempt at logging. needs a big refactor some day
9 years ago
Jonathan Daggerhart
bac8b481d6
changing how usernames are determined.
9 years ago
Jonathan Daggerhart
3a04abcb4f
fixing old debug code
10 years ago
Jonathan Daggerhart
506ac3b338
fixing bad identity_key check
10 years ago
Jonathan Daggerhart
b03876e0bb
fix broken settings fields, added some admin notes
10 years ago
Jonathan Daggerhart
fe3896099d
un-lazying approach to getting the first user from a query result
10 years ago
Jonathan Daggerhart
8cce143275
admin field fixes
10 years ago
Jonathan Daggerhart
a1023f966d
more hooks for other plugins and themes to interrupt the login or user creation flow. new hook for custom handling of user_claims
10 years ago
Jonathan Daggerhart
8f792be29e
typos and touch ups
10 years ago
Jonathan Daggerhart
1048b0b046
markdown readme for github
10 years ago
Jonathan Daggerhart
76be3ba371
Added readme, improved some comments
10 years ago
daggerhart
7ce9613650
initial commit of working plugin
10 years ago