Skip to content

Members: Edit

brendo edited this page Aug 15, 2011 · 1 revision

You can edit a Member entry by using a native Symphony event. The $member-id should be used as the ID, <input type='hidden' name='id' value='{$member-id}' /> to ensure the Member updates their own entry.

To help lock this down further, Member Roles allow you set the permissions for this particular event. There are three values for editing Events permissions (which can be set from System > Roles), 'No Edit', 'Edit Own', 'Edit All'. For more information about these permissions, check out Event Permissions.

For finer grained control and security of your event, the Default Event Values extension allows you to set default and override values so that curious members can't DOM hack.

Clone this wiki locally