From c506abc3effa0cbede0309eff60dcbfa6213fd56 Mon Sep 17 00:00:00 2001 From: "alessandro.ceglie" Date: Fri, 30 Aug 2024 11:37:02 +0200 Subject: [PATCH] fix #1802 and #1803 --- src/plone/restapi/pas/add_plugin.zpt | 2 +- src/plone/restapi/pas/config.zpt | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/plone/restapi/pas/add_plugin.zpt b/src/plone/restapi/pas/add_plugin.zpt index b7e8c3636e..74ef447103 100644 --- a/src/plone/restapi/pas/add_plugin.zpt +++ b/src/plone/restapi/pas/add_plugin.zpt @@ -14,7 +14,7 @@
- +
diff --git a/src/plone/restapi/pas/config.zpt b/src/plone/restapi/pas/config.zpt index bfe3729890..ecb3859a8a 100644 --- a/src/plone/restapi/pas/config.zpt +++ b/src/plone/restapi/pas/config.zpt @@ -10,19 +10,19 @@
- After this, the token is invalid and the user must login again. Set to 0 for the token to remain valid indefinitely.
- +
- If enabled, tokens are signed with a secret from Plone's keyring. If you want tokens that remain valid indefinitely you should disable this. @@ -31,10 +31,10 @@
- By default tokens are not stored on the server and thus can't be invalidated. If enabled, tokens that don't expire can be invalidated.