From a1f6b2fe0fa48ff799d01c3787c662edd43db1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 6 Jan 2015 10:02:21 +0100 Subject: [PATCH] remove liberty url, as id-ff 1.2 support got removed from wcs (#6229) --- extra/modules/root.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/modules/root.py b/extra/modules/root.py index 5cb3a42..506b89d 100644 --- a/extra/modules/root.py +++ b/extra/modules/root.py @@ -634,7 +634,7 @@ class AlternateRegisterDirectory(OldRegisterDirectory): idps = get_cfg('idp', {}) if len(idps) == 0: return template.error_page(_('Authentication subsystem is not yet configured.')) - ident_methods = ['idp'] # fallback to old behaviour; liberty. + ident_methods = ['idp'] # fallback to old behaviour; saml. if len(ident_methods) == 1: method = ident_methods[0] @@ -747,7 +747,7 @@ class AlternateIdentDirectory(OldIdentDirectory): class AlternateRootDirectory(OldRootDirectory): _q_exports = ['', 'admin', 'backoffice', 'forms', 'login', 'logout', - 'liberty', 'token', 'saml', 'register', 'ident', 'afterjobs', + 'token', 'saml', 'register', 'ident', 'afterjobs', ('informations-editeur', 'informations_editeur'), 'index2', ('announces', 'announces_dir'), 'accessibility', 'contact', 'help',