Updating user information not working
Web-enabled wishlist with reservations.
Brought to you by:
generalpf
Updating information isn't working. Submitting changes results in a message "User updated." but the change isn't actually made.
Line 135 in templates/users.tpl needs to be changed from:
<input type="hidden" name="userid" value="{$edituserid}">
to
<input type="hidden" name="userid" value="{$userid}">
so the actual userid being edited is correctly passed
Or more correctly, see the fix for bug [36]