diff --git a/mandaye/auth/authform.py b/mandaye/auth/authform.py index cd42e56..7a1e05f 100644 --- a/mandaye/auth/authform.py +++ b/mandaye/auth/authform.py @@ -72,6 +72,10 @@ a password_field key if you want to encode a password.") 'path': r'%s$' % self.urls.get('logout_url', '/mandaye/logout'), 'on_response': [{'auth': 'slo'}] }, + { + 'path': r'%s$' % self.urls.get('disassociate_url', '/mandaye/disassociate'), + 'on_response': [{'auth': 'disassociate'}] + } ] if config.a2_auto_connection: mapping.append({