django-mellon/mellon/templates/mellon
Benjamin Dauvergne 0e57f99312 views: add an iframe mode to the login view
Use it by putting a tag:

  <iframe height="0" width="0" src="{% url "mellon_login" %}?{{ request.GET.urlencode }}&passive&iframe"></iframe>

in your page. It will do a passive authentication inside the iframe and
will use JS to reload the top frame if authentication is successfull.
2015-08-27 14:37:44 +02:00
..
.authentication_failed.html.swp views: add an iframe mode to the login view 2015-08-27 14:37:44 +02:00
.keep first commit 2014-04-30 14:34:39 +02:00
authentication_failed.html authentication_failed.html: show the StatusMessage to the user if there is one 2015-06-01 02:44:21 +02:00
base.html Fix include of base.html in mellon/base.html 2015-03-18 10:43:36 +01:00
inactive_user.html Add a mellon/base.html template to make an indirection between mellon templates and the project base.html template (fixes #6301) 2015-01-15 17:08:30 +01:00
metadata.xml app_settings,views: make the default assertion consumer binding customizable, and restore POST as the default 2015-05-29 11:53:30 +02:00
pop_iframe.html views: add an iframe mode to the login view 2015-08-27 14:37:44 +02:00
session_dump.xml Fix typo in session_dump.xml 2014-11-17 17:35:28 +01:00
user_not_found.html Add a mellon/base.html template to make an indirection between mellon templates and the project base.html template (fixes #6301) 2015-01-15 17:08:30 +01:00