authform: use mapper logout url in the default mapper

Closes #5990
This commit is contained in:
Jérôme Schneider 2014-11-21 14:51:26 +01:00
parent d21f26c66b
commit 0c58c6c265
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ a password_field key if you want to encode a password.")
def get_default_mapping(self):
mapping = [
{
'path': r'/mandaye/logout$',
'path': r'%s$' % self.urls.get('logout_url', '/mandaye/logout'),
'on_response': [{'auth': 'slo'}]
},
]