conservatoire: cleanning to enabled auto connexion

This commit is contained in:
Jérôme Schneider 2014-07-11 13:51:08 +02:00
parent 7630efbfef
commit 40acb51700
1 changed files with 1 additions and 8 deletions

View File

@ -135,14 +135,7 @@ mapping = [
{
'path': r'/$',
'method': 'GET',
'target': '/Connect.aspx?key=%s' % duonet_key,
'on_response': [{
'filter': filters.resp_login_page,
'values': {
'connection_url': '/mandaye/sso',
'template': 'duonet/login.html',
}
}]
'redirect': '/Connect.aspx?key=%s' % duonet_key,
},
]