support forced password changes in self service (bug 3483907)
This commit is contained in:
parent
21384bae60
commit
c15501c4b4
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
|
||||||
|
|
||||||
|
|
||||||
|
@ -30,8 +31,11 @@ This is a list of API changes for all LAM releases.
|
||||||
<li><span style="font-weight: bold;">passwordService interface:</span>
|
<li><span style="font-weight: bold;">passwordService interface:</span>
|
||||||
new function supportsForcePasswordChange() and changed function
|
new function supportsForcePasswordChange() and changed function
|
||||||
passwordChangeRequested() to support password change at next login <br>
|
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<br>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in New Issue