This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
from 10ecdb6 Fixing font awesome icon name
new 476768c AIRAVATA-2966 Password only login page
new b3ed73d AIRAVATA-2966 Return Bad Request (400) when password option
not configured
new 24ee13e AIRAVATA-2966 Take user back to external login option they
selected when it fails
The 723 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../django_airavata_auth/callback-error.html | 20 ++++++++
.../auth/templates/django_airavata_auth/login.html | 55 +-------------------
.../login_username_password.html | 16 ++++++
.../partials/externals_login_form.html | 20 ++++++++
.../django_airavata_auth/partials/messages.html | 7 +++
.../partials/username_password_login_form.html | 30 +++++++++++
django_airavata/apps/auth/urls.py | 7 ++-
django_airavata/apps/auth/views.py | 60 +++++++++++++++++-----
8 files changed, 147 insertions(+), 68 deletions(-)
create mode 100644
django_airavata/apps/auth/templates/django_airavata_auth/callback-error.html
create mode 100644
django_airavata/apps/auth/templates/django_airavata_auth/login_username_password.html
create mode 100644
django_airavata/apps/auth/templates/django_airavata_auth/partials/externals_login_form.html
create mode 100644
django_airavata/apps/auth/templates/django_airavata_auth/partials/messages.html
create mode 100644
django_airavata/apps/auth/templates/django_airavata_auth/partials/username_password_login_form.html