support for dynamic self service options
This commit is contained in:
parent
4733dbf95c
commit
bfaeedf70f
|
@ -9,6 +9,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
|
||||
|
||||
|
||||
|
@ -34,11 +35,13 @@ new function supportsForcePasswordChange() and changed function
|
|||
passwordChangeRequested() to support password change at next login <br>
|
||||
</li>
|
||||
<li><span style="font-weight: bold;">getSelfServiceOptions()/checkSelfServiceOptions():</span> added parameter to specify if only password changes are allowed</li>
|
||||
<li><span style="font-weight: bold;">handleAjaxRequest():</span> This new function allows AJAX requests to be answered by modules<br>
|
||||
<li><span style="font-weight: bold;">handleAjaxRequest():</span> This new function allows AJAX requests to be answered by modules</li>
|
||||
<li><span style="font-weight: bold;">getSelfServiceSettings():</span> New parameter $profile that contains the full self service profile object<br>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue