Skip to content

Commit

Permalink
#241 Remove linkedin login
Browse files Browse the repository at this point in the history
  • Loading branch information
viliambalaz committed May 31, 2020
1 parent a336df7 commit 83136fd
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 29 deletions.
3 changes: 0 additions & 3 deletions chcemvediet/locale/sk/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -1323,9 +1323,6 @@ msgstr "Prihlásiť pomocou Facebooku"
msgid "account:social_buttons:google"
msgstr "Prihlásiť pomocou Googlu"

msgid "account:social_buttons:linkedin"
msgstr "Prihlásiť pomocou LinkedInu"

msgid "account:why_register:anchor"
msgstr "preco-sa-zaregistrovat"

Expand Down
1 change: 0 additions & 1 deletion chcemvediet/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
u'allauth.socialaccount',
u'allauth.socialaccount.providers.facebook',
u'allauth.socialaccount.providers.google',
u'allauth.socialaccount.providers.linkedin',
# Other 3part apps
u'adminplus',
u'django_cron',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,4 @@
<i class="chv-icon chv-icon-half chv-icon-inv icon-gplus"></i>
</span>
</a>
<a href="{% provider_login_url "linkedin" process=process %}"
title="{% trans 'account:social_buttons:linkedin' %}">
<span class="chv-icon-stack chv-icon-3x">
<i class="chv-icon icon-circle chv-color-linkedin"></i>
<i class="chv-icon chv-icon-half chv-icon-inv icon-linkedin"></i>
</span>
</a>
</div>
14 changes: 0 additions & 14 deletions fixtures/socialaccount_socialapp.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,5 @@
"key": "",
"provider": "google"
}
},
{
"pk": 4,
"model": "socialaccount.socialapp",
"fields": {
"name": "LinkedIn OAuth",
"sites": [
1
],
"secret": "(Insert Client Secret here)",
"client_id": "(Insert Client ID here)",
"key": "",
"provider": "linkedin"
}
}
]
4 changes: 0 additions & 4 deletions misc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ RUN \
"" \
# Google OAuth Secret (default)
"" \
# LinkedIn OAuth Client ID (default)
"" \
# LinkedIn OAuth Secret (default)
"" \
| su chcemvediet -c "PYTHONUNBUFFERED=1 python setup.py" && \
su chcemvediet -c "env/bin/python manage.py collectstatic --noinput" && \
:
Expand Down

0 comments on commit 83136fd

Please sign in to comment.