diff --git a/MANIFEST.in b/MANIFEST.in index 5a4d2b2..841c02e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ recursive-include mandayejs/locale *.po *.mo # static include mandayejs/do_login.js +include mandayejs/do_logout.js recursive-include mandayejs/mandaye *.css *.js *.ico *.gif *.png *.jpg recursive-include mandayejs/static *.css *.js *.ico *.gif *.png *.jpg *.ttf *.woff diff --git a/README b/README index 5c4b338..96ae539 100644 --- a/README +++ b/README @@ -156,6 +156,11 @@ App Settings # if user is connected and already associated SITE_FORCE_REDIRECT_LOCATOR = '#logon-form' + + # Locator used to catch the local application + # logout process in order to launch a SLO + SITE_LOGOUT_LOCATOR = '#account_logout' + # Application's webservices SITE_WEB_SERVICES = { 'products': '/products/id',