User Self-Administration

Password changed!

"; } else { if ($password) echo "

Passwords do not match."; else echo "

You must enter a password."; echo " Password not changed.

"; } } if ($submit_options) { $notify_announcements = ($notify_announcements=='on'); $notify_closed_contributed = ($notify_closed_contributed=='on'); $notify_closed_any = ($notify_closed_any=='on'); $notify_created = ($notify_created=='on'); //$notify_when_eligible = ($notify_when_eligible=='on'); $result = mysql_query("UPDATE users SET notify_announcements='$notify_announcements', notify_closed_contributed='$notify_closed_contributed', notify_closed_any='$notify_closed_any', notify_created='$notify_created' WHERE user_id='$user_id'"); echo "

Options updated.

"; } else { $notify_announcements = $auth_user_info['notify_announcements']; $notify_closed_contributed = $auth_user_info['notify_closed_contributed']; $notify_closed_any = $auth_user_info['notify_closed_any']; $notify_created = $auth_user_info['notify_created']; //$notify_when_eligible = $auth_user_info['notify_when_eligible']; } ?>

Enter new password:
Confirm password:

Notification options:
name="notify_announcements"> Notify me of fantastic new functionality and other special announcements.
name="notify_closed_contributed"> Notify me when a story I have contributed to is closed.
name="notify_closed_any"> Notify me when any story is closed.
name="notify_created"> Notify me when a new story is created.

Return to Exquisite Stories Main