Skip to content

Commit

Permalink
update default oidc login template (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Oct 10, 2024
1 parent bc21994 commit 4bce71e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Added
- **Userprofile**
- Authentication type in user details (#1500)

Changed
-------

- **Projectroles**
- Update default OIDC login button template (#1503)

Fixed
-----

Expand Down
2 changes: 1 addition & 1 deletion example_site/templates/include/_login_oidc.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
<a role="button" class="btn btn-md btn-success btn-block"
id="sodar-login-oidc-link"
href="{% url 'social:begin' 'oidc' %}?next={{ oidc_redirect_url|default:'/' }}">
<i class="iconify" data-icon="mdi:login-variant"></i> OpenID Connect Login
<i class="iconify" data-icon="mdi:login-variant"></i> Single Sign-On Login
</a>
2 changes: 1 addition & 1 deletion projectroles/templates/projectroles/_login_oidc.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<a role="button" class="btn btn-md btn-info btn-block"
id="sodar-login-oidc-link"
href="{% url 'social:begin' 'oidc' %}?next={{ oidc_redirect_url|default:'/' }}">
<i class="iconify" data-icon="mdi:login-variant"></i> OpenID Connect Login
<i class="iconify" data-icon="mdi:login-variant"></i> Single Sign-On Login
</a>
{% endif %}

0 comments on commit 4bce71e

Please sign in to comment.