Skip to content

Commit

Permalink
Update login page to no longer login with UKAEA credentials, just lea…
Browse files Browse the repository at this point in the history
…ve it to SSO
  • Loading branch information
adam-parker1 committed Jul 30, 2024
1 parent eb443be commit f0c240c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/core/auth/login_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
<button class="i-button login-form-button" data-provider="{{ active_provider.title }}"
data-href="{{ url_for('auth.login_form', provider=active_provider.name) }}">
{%- trans name=active_provider.title %}Login with UKAEA credentials{% endtrans -%}
{%- trans name=active_provider.title %}Login with Indico Account{% endtrans -%}
</button>
</div>
{% set other_local_providers = providers|rejectattr('is_external')|reject('equalto', active_provider)|list %}
Expand Down

0 comments on commit f0c240c

Please sign in to comment.