Sunday 30 October 2005 11:14:02 pm
Before you will add link in your template, make sure that users has correct permissions to change their passwords. Go to User accounts->Roles and policies edit user role and add new policy:
Module: user
Function: password Limitations: No limitations Then add in your template:
{def $user=fetch( user, current_user )}
<a href={concat( '/user/password/', $user.contentobject.id, '/')|ezurl}>Change password</a>
Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog
|