From 40be52931b6c2cebe2ff9169607a00728621341f Mon Sep 17 00:00:00 2001 From: remillet Date: Mon, 11 Dec 2017 21:47:28 -0800 Subject: [PATCH] DRYD-204: DRYD-207: Disable token after successful password reset. Expect passwords to be base64 encoded in password-reset requests. --- build.xml | 1 - .../services/client/AccountClient.java | 2 + .../services/account/AccountResource.java | 21 +++++++-- .../storage/csidp/TokenStorageClient.java | 45 +++++++++++++------ .../document/DocumentNotFoundException.java | 6 ++- 5 files changed, 55 insertions(+), 20 deletions(-) diff --git a/build.xml b/build.xml index 3f2af118b..f6cf202a4 100644 --- a/build.xml +++ b/build.xml @@ -232,7 +232,6 @@ - diff --git a/services/account/client/src/main/java/org/collectionspace/services/client/AccountClient.java b/services/account/client/src/main/java/org/collectionspace/services/client/AccountClient.java index 6b4d8f1ae..aa0aa2793 100644 --- a/services/account/client/src/main/java/org/collectionspace/services/client/AccountClient.java +++ b/services/account/client/src/main/java/org/collectionspace/services/client/AccountClient.java @@ -46,6 +46,8 @@ public class AccountClient extends AbstractServiceClientImplDocumentNotFoundException without detail message. -- 2.47.3