To edit your User Information, fill out the fields that you wish to change.\n"
." You do not need to enter anything into the fields that you wish to keep the same.
\n";
echo "";
}
function print_change_password($user) {
printf(
"\n"
);
}
function print_update_ok($e_ok) {
if ($e_ok == EMAIL_EXISTS) {
printf(
TABLE2."\n"
."
There's already an account with that email address. Click the Back button\n"
." on your browser to edit your information, or login to your \n"
.$project." account.
\n"
."
Any other changes you've made, if any, were successfully updated.
Your information was successfully updated. A new, temporary password will be sent to the\n"
." email address you provided. You must use this new password the next time you login.
\n"
."\n"
);
} else {
printf(
TABLE2."\n"
."
Your information was successfully updated.
\n"
."\n"
);
}
}
function print_update_fail($e_ok) {
if ($e_ok == EMAIL_EXISTS) {
printf(
TABLE2."\n"
."
There's already an account with that email address. Click the Back button\n"
." on your browser to edit your information, or login to your \n"
.$project." account.
\n"
."
Any other changes you've made, if any, failed to be updated. Please try again later.
Your email address was successfully updated. A new, temporary password will be sent to the\n"
." email address you provided. You must use this new password the next time you login.
\n"
."
Any other changes you've made, if any, failed to be updated. Please try again later.
\n"
."\n"
);
} else {
printf(
TABLE2."\n"
."
Your information failed to be updated. Please try again later.