Projet

Général

Profil

« Précédent | Suivant » 

Révision 0c58c6c2

Ajouté par Jérôme Schneider il y a plus de 9 ans

authform: use mapper logout url in the default mapper

Closes #5990

Voir les différences:

mandaye/auth/authform.py
69 69
    def get_default_mapping(self):
70 70
        mapping = [
71 71
                {
72
                    'path': r'/mandaye/logout$',
72
                    'path': r'%s$' % self.urls.get('logout_url', '/mandaye/logout'),
73 73
                    'on_response': [{'auth': 'slo'}]
74 74
                    },
75 75
                ]

Formats disponibles : Unified diff