diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm
index 92f7cf5d..88a6241a 100644
--- a/lam/docs/devel/upgrade.htm
+++ b/lam/docs/devel/upgrade.htm
@@ -5,6 +5,7 @@
+
Upgrade notes
@@ -25,8 +26,12 @@ This is a list of API changes for all LAM releases.
3.6 -> 3.7
Module interface:
- postModifyActions(): Must return an array containing any messages to display
- - preModifyActions(): Changed return value from boolean to array of message arrays
+ - preModifyActions(): Changed return value from boolean to array of message arrays
+ - passwordService interface:
+new function supportsForcePasswordChange() and changed function
+passwordChangeRequested() to support password change at next login
+
diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml
index 83b41911..6194cf3e 100644
--- a/lam/docs/manual-sources/howto.xml
+++ b/lam/docs/manual-sources/howto.xml
@@ -3655,6 +3655,19 @@ Run slapindex to rebuild the index.
Only existing attributes are updated. No new attributes are
added.
+
+
+ Sync Asterisk (voicemail) password with
+ Unix password: Changes also the Asterisk
+ passwords.
+
+
+
+ Force password change: This
+ will force the user to change his password at next login. This
+ option supports Shadow, Samba 3 and PPolicy (automatically
+ detected).
+
diff --git a/lam/docs/manual-sources/images/passwordReset2.png b/lam/docs/manual-sources/images/passwordReset2.png
index ecf9e329..df7712ae 100644
Binary files a/lam/docs/manual-sources/images/passwordReset2.png and b/lam/docs/manual-sources/images/passwordReset2.png differ