NinaMcI
Active member
Hi,
I've noticed that when a new user lands on the account confirmation page after clicking the email link, they only get the link to the home page.
In the register_confirm template, the code suggests they should also have a link allowing them to edit their account details. However, this link is absent.
Permissions are set so users can edit their profiles, so why isn't this link appearing?
I've noticed that when a new user lands on the account confirmation page after clicking the email link, they only get the link to the home page.
In the register_confirm template, the code suggests they should also have a link allowing them to edit their account details. However, this link is absent.
Code:
<xen:if is="{$canEditProfile}">
<li><a href="{xen:link account}">{xen:phrase edit_your_account_details}</a></li>
</xen:if>
Permissions are set so users can edit their profiles, so why isn't this link appearing?