From bfaeedf70f96c9dc7a067ab75b633e4ec9981ed7 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 25 Mar 2012 13:49:22 +0000 Subject: [PATCH] support for dynamic self service options --- lam/docs/devel/upgrade.htm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index 622888b9..274a4fad 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -8,6 +8,7 @@ + Upgrade notes @@ -34,11 +35,13 @@ 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
  • -
  • handleAjaxRequest(): This new function allows AJAX requests to be answered by modules
    +
  • handleAjaxRequest(): This new function allows AJAX requests to be answered by modules
  • +
  • getSelfServiceSettings(): New parameter $profile that contains the full self service profile object
  • +