Skip to content

Commit

Permalink
feat(auth): remove Keycloak integration from CKAN and user portal (#93)
Browse files Browse the repository at this point in the history
* feat(auth): remove Keycloak integration from CKAN and user portal
- Disabled Keycloak in user portal extension

* Update ckanext/gdi_userportal/templates/header.html

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>

---------

Co-authored-by: Hans-Chrstian <[email protected]>
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 16, 2024
1 parent 303d097 commit bca777f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ckanext/gdi_userportal/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@
<nav class="account not-authed" aria-label="{{ _('Account') }}">
<ul class="list-unstyled">
{% block header_account_notlogged %}
<li><a href="/user/login/oidc-pkce" title="{{ _('Log in') }}">
<i class="fa fa-sign-in" aria-hidden="true"></i>
<span class="text">{{ _('Log in') }}</span>
</a></li>
<li>
<a href="{{ h.url_for('user.login') }}" title="{{ _('Log in') }}">
<i class="fa fa-sign-in" aria-hidden="true"></i>
<span class="text">{{ _('Log in') }}</span>
</a>
</li>
{% endblock %}
</ul>
</nav>
Expand Down

0 comments on commit bca777f

Please sign in to comment.