From c15501c4b4788393ec5f74639c013722891d8726 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 8 Feb 2012 18:51:48 +0000 Subject: [PATCH] support forced password changes in self service (bug 3483907) --- lam/docs/devel/upgrade.htm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index 88a6241a..73c0a15d 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -6,6 +6,7 @@ + Upgrade notes @@ -30,8 +31,11 @@ This is a list of API changes for all LAM releases.
  • passwordService interface: new function supportsForcePasswordChange() and changed function passwordChangeRequested() to support password change at next login
    +
  • +
  • getSelfServiceOptions()/checkSelfServiceOptions(): added parameter to specify if only password changes are allowed
  • +