You can edit a field in a member's profile, by creating a line with the following values:
Field Name |
Description |
Action |
EDIT_MEMBER_FIELD |
Username |
The username of the member, who's profile is being edited. |
Database Field Name |
The name of the database field, which is being edited (eg. first_name, email, password, etc.).
NOTE: You can not edit a member's ID#, or username. Only the actual profile fields. |
New Value |
The new value, which will be updated in the member's profile. |
Below shows some example lines, which will update a member's profile:
EDIT_MEMBER_FIELD jsmith email jsmith@domain.com
EDIT_MEMBER_FIELD lisa password umpire12
|
The two above lines will update the e-mail address of the member jsmith, and the password of the member lisa.