Beskrivning
Detta tillägg gör det möjligt för dina användare att logga in med sina G Suite-konton. Om de saknar användarkonto på din webbplats och försöker logga in, skapas ett konto åt dem (om domäne i e-postadressen ingår i listan över begränsade domäner).
Detta är bra för byråer och webbplatser med många användare som behöver en snabb och smidig inloggningsprocess.
Funktioner
- Visa/dölj knappen ”Logga in med Google” på inloggningsformuläret
- Begränsa användarinloggningar till en specifik domän
- Om en användare redan är inloggad till Google omdirigeras hen automatiskt, utan krångel
- Anslut befintliga användarkonton med ett Google-konto
- A custom login parameter can be added to the URL of the site as a ”hidden” login. For example adding
?mysitename_login
to your url (for example:https://mysitename.com/?mysitename_login
) will log in the user, or redirect them to log in with Google.
VARNING
If you leave the ”Log in with Google” button shown on the login form, make sure that you are comfortable with the new user role that is set. Since this plugin creates user accounts for those that do not already have an account on the site, use domain restriction or set a low level role to the users.
Utveckling
Active plugin development is handled on Github. Bugs and issues will be tracked and handled there.
Skärmdumpar
Installation
- Ladda ner och packa upp tillägget
- Ladda upp mappen
sign-in-with-google
till katalogen/wp-content/plugins/
- Aktivera tillägget via menyn ”Tillägg” i WordPress
Vanliga frågor
-
Vart hittar jag klient-id och klienthemlighet?
-
Due to the nature of Google’s OAuth 2.0 security protocols, you will need to register an application with them to access the required APIs. (Don’t worry if you do not understand, the process is fairly straight forward)
Du kommer behöva logga in till Google Utvecklarkonsol
- Gå till API-konsolen.
- Från projektlistan, välj ett projekt eller skapa ett nytt.
- If the APIs & services page isn’t already open, open the console left side menu and select APIs & services.
- On the left, click Credentials.
- Click New Credentials, then select OAuth client ID.
- Add the following in the ”Authorized redirect URIs” section:
https://YOURDOMAIN.TLD/?google_response
- Click save and you may now use ”Sign in with Google”.
Recensioner
Bidragsgivare och utvecklare
”Sign In With Google” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personer”Sign In With Google” har översatts till 2 språk. Tack till översättarna för deras bidrag.
Översätt ”Sign In With Google” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.8.0
- fixed an incorrect use of the ’login_redirect’ core filter.
- Added siwg_password_length filter to allow adjusting the new user generated password length.
- Added a global function to get the authentication url in template files.
1.7.0
- Add setting that allows users, who have an approved domain, to bypass the ”Anyone can register” checkbox on the General Settings page.
- Update to use login_redirect filter after user authenticates.
- Uppdaterade ändringsloggen på grund av ny ägare.
1.6.0
- Fixed overflow issue with import/export meta boxes.
- Fixed issue with users being registered when user registration was disabled in site settings.
- Added template functions so the log in button can be used in themes and plugins (and custom login forms).
1.5.2
- Added more useful error messages when users aren’t logged in properly.
- New user accounts now use email address as user_login to prevent unique username issues.
- Fixed bug with domain restriction not evaluating correctly.
- Fixed bug where user was redirected if only signed into a single google account with a domain not in the restricted domains list.
- Added Internationalization (I18n).
1.5.1
- Fixed an issue where leaving the ”Restrict To Domain” field blank would cause issues logging some issues in.
- Fixed improper implementation of
apply_filters
- Replaced deprecated
get_usermeta
function withget_user_meta
1.5.0
- Fixed failures with plugins that rely on the ’wp_login’ action
1.4.0
- Updated verbiage of button to ”Log In With Google”.
- Added ability to link/unlink Google account in user profile.
1.3.0
- Lade till stöd för WP-CLI.
1.2.2
- Fixed bug where user was not redirected properly.
1.2.1
- Removed Google+ API Dependency
- Removed call to css and js files that don’t exist.
- Lade till import och export av inställningar
- Uppdaterade klass- och fil-namn
- Fixed bug where the user was not redirected properly after login.
1.0.3
- Fixed bug causing ”Settings” link not to show on plugins page
- Cleaned up error logs
1.0.2
- Renamed plugin file to match directory
1.0.1
- Fixed bug causing a redirect loop if using the button on the login page
1.0
- Första utgåvan