Skip to content

Google Authentication

gregfr edited this page Jan 29, 2017 · 2 revisions

The Google Authentication plugin allows your users to login with their Google accounts instead of the traditional local username/password credentials. If activated, a "Sign in with Google" button is prepend to the login form:

Sign in with Google

Note that the link between the local account and the Google account is made on the user's email address.

Don't forget to activate the friendly URLs in the Server Settings page.

To activate the plugin, you need to provide the information from your Google developer console: the key and the secret, and put them inside their respective settings AUTH_credentials_google_key and AUTH_credentials_google_secret. The easiest way to do that is to use the Config Manager, but you can also use your config files.

Clone this wiki locally