<html><body>Hi All,<div><br></div><div>i need little help with customization of body for messges when user change password.</div><div><br></div><div>I tried to use this: </div><div><br></div><div><div><span style="background-color:transparent">        <handler></span><br></div><div>            <accountPasswordNotifier></div><div>                <bodyExpression></div><div>                    <script></div><div>                        <language>http://midpoint.evolveum.com/xml/ns/public/expression/language#velocity</language></div><div>                        <code>Password for account $event.shadowName on $event.resourceName is: $event.plaintextPassword</code></div><div>                    </script></div><div>                </bodyExpression></div><div>                <transport>mail</transport></div><div>            </accountPasswordNotifier></div><div>        </handler></div></div><div><br></div><div><br></div><div>But it doesnt work. It will not interpret variable to its values. So recipient get exactly same string as it is defined.</div><div><br></div><div>Can someone help me with this? I need to have as short message as it is possible. Message will be sent by SMS.</div><div><br></div><div>For Example:</div><div>Password for User $username is: $password</div><div><br></div><div>Thanks</div><div><br></div><div>Jan</div><div><br></div></body></html>