Hello!
I’m trying to construct a user registration with verfication AND manager authorisation. Verification is built in. No problem. The admin receives a notification on new user registration. In this notification, there is a link to a "manage profile" page. There, the admin can see the entered values of the new user. Works fine up to here.
I’m using
[!WebLoginPE? &type=`manager` &manageProfileTpl=`tplManageProfile`!]
for that manage profile page.
I don’t know what I need to do to change the "blocked" value of the web_user_attributes table.
I tried
<input type="checkbox" id="wlpeUserProfileBlocked" name="blocked" value="1">
but this doesn’t change anything, independet of the current value in the database and independet of the clicked state when submitting (i.e. I can neither set blocked to 1 nor to 0). I know that the checkbox doesn’t currently reflect the blocked state when calling that form. I will do this when my problem is solved.
Any ideas?
Thanks in advance
Martin