Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
varbase
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
varbase
Commits
f561ae4f
"tests/git@git.drupal.org:issue/varbase-3293696.git" did not exist on "11e08753edc2be6b3cbff4cf61b80b47cbf58c10"
Commit
f561ae4f
authored
6 years ago
by
Mohammed Razem
Committed by
Rajab Natshah
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3033630
by Mohammed J. Razem: Renamed Google+ to Google in installer
parent
3ba1fa62
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configbit/extra.components.varbase.bit.yml
+1
-1
1 addition, 1 deletion
configbit/extra.components.varbase.bit.yml
src/FormBit/varbase_auth.formbit.php
+1
-1
1 addition, 1 deletion
src/FormBit/varbase_auth.formbit.php
with
2 additions
and
2 deletions
configbit/extra.components.varbase.bit.yml
+
1
−
1
View file @
f561ae4f
...
...
@@ -36,7 +36,7 @@ config_bit:
config_form
:
false
varbase_auth
:
title
:
"
Varbase
Social
Single
Sign-On"
description
:
"
Adds
single
sign-on
using
existing
information
from
a
social
networking
service
such
as
Facebook,
Twitter
or
Google
+
.
Built
using
<a
href=
\"
https://www.drupal.org/project/social_api
\"
target=
\"
_blank
\"
>Social
API</a>."
description
:
"
Adds
single
sign-on
using
existing
information
from
a
social
networking
service
such
as
Facebook,
Twitter
or
Google.
Built
using
<a
href=
\"
https://www.drupal.org/project/social_api
\"
target=
\"
_blank
\"
>Social
API</a>."
selected
:
false
config_form
:
true
formbit
:
"
src/FormBit/varbase_auth.formbit.php"
This diff is collapsed.
Click to expand it.
src/FormBit/varbase_auth.formbit.php
+
1
−
1
View file @
f561ae4f
...
...
@@ -39,7 +39,7 @@ function varbase_auth_build_formbit(array &$formbit, FormStateInterface &$form_s
'#title'
=>
t
(
'Social authentications to enable'
),
'#default_value'
=>
[
'social_auth_google'
],
'#options'
=>
[
'social_auth_google'
=>
t
(
'Google
+
'
),
'social_auth_google'
=>
t
(
'Google'
),
'social_auth_facebook'
=>
t
(
'Facebook'
),
'social_auth_linkedin'
=>
t
(
'Linkedin'
),
'social_auth_twitter'
=>
t
(
'Twitter'
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment