If i make an edit form with this
{exp:user:edit member_id="5" return="template_group/template"}your code{/exp:user:edit}
and add a member ID to the url it will only show the member ID for user 5 and it ignores the the url member id (this is what i want to happen).
However, i want this to only show the user edit for for the currently logged in user, so i tried this (copied from the docs):
{exp:user:edit member_id="{member_id}" return="template_group/template"}your code{/exp:user:edit}
But if i then add a member ID to the url it will change to that members user edit page rather than the currently logged in admins.
Is this the correct behaviour or is it not parsing member_id as a parameter?
It’s not the end of the world since only admins can edit other peoples profile this way, but i like to lock down my templates.
