Procedural File: usersettings.php
Source Location: /public_html/usersettings.php
Page Details:
Includes:
confirmAccountDelete [line 306]
string confirmAccountDelete(
string $form_reqid)
|
|
Ask user for confirmation to delete his/her account.
Tags:
Parameters
| string |
$form_reqid |
form_reqid request id |
deleteUserAccount [line 356]
string deleteUserAccount(
string $form_reqid)
|
|
Delete an account
Tags:
Parameters
| string |
$form_reqid |
form_reqid request id |
editpreferences [line 377]
Displays user preferences
emailAddressExists [line 748]
boolean emailAddressExists(
email $email, uid $uid)
|
|
Check if an email address already exists in the database NOTE: Allows remote accounts to have duplicate email addresses
Tags:
Parameters
| email |
$email |
string email address to check |
| uid |
$uid |
int user id of current user |
handlePhotoUpload [line 775]
string handlePhotoUpload(
[string $delete_photo = ''])
|
|
Upload new photo, delete old photo
Tags:
Parameters
| string |
$delete_photo |
'on': delete old photo |
savepreferences [line 1191]
void savepreferences(
array $A)
|
|
Saves user's preferences back to the database
Parameters
| array |
$A |
User's data to save |
saveuser [line 897]
string saveuser(
array $A)
|
|
Saves the user's information back to the database
Tags:
Parameters
|