Projet

Général

Profil

0001-remove-token-URI-declaration-13966.patch

Frédéric Péters, 14 novembre 2016 16:42

Télécharger (953 octets)

Voir les différences:

Subject: [PATCH] remove /token URI declaration (#13966)

 extra/modules/root.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
extra/modules/root.py
761 761

  
762 762
class AlternateRootDirectory(OldRootDirectory):
763 763
    _q_exports = ['', 'admin', 'backoffice', 'forms', 'login', 'logout',
764
            'token', 'saml', 'register', 'ident', 'afterjobs',
764
            'saml', 'register', 'ident', 'afterjobs',
765 765
            ('informations-editeur', 'informations_editeur'),
766 766
            ('announces', 'announces_dir'),
767 767
            'accessibility', 'contact', 'help',
768
-