TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

redirect admin login view to use the base portal login #727

Closed jarosenb closed 10 months ago

jarosenb commented 11 months ago

Overview

Replaces the admin login view with a redirect to the base /login. This prevents users from seeing a login screen that isn't wired up to Tapis/LDAP.

Testing

  1. go to <portal URL>/admin while unauthenticated
  2. Enter your credentials and check that you're redirected to the admin screen.
wesleyboar commented 11 months ago

Important We do want this, just not until:

  • SAD CMS login is still possible.
  • CMS admins use TACC accounts.
  • CMS admins are ready to support users.

P.S. This PR is the inspiration for what https://github.com/DesignSafe-CI/portal/commit/17dbeeb9e1179311bfe040632054f5692f40532f reverts.