. require_once("../inc/util.inc"); require_once("../inc/account.inc"); require_once("../inc/token.inc"); $config = get_config(); if ( !parse_bool($config, "enable_delete_account") ) { error_page( tra("This feature is disabled. Please contact the project administrator.") ); } $userid = get_int("id"); $token = get_str("token"); if( !is_valid_delete_account_token($userid, $token) ) { sleep(LOGIN_FAIL_SLEEP_SEC); error_page( tra("The link you used has expired or is otherwise not valid. Please request a new one here") ); } page_head(tra("Delete Account")); echo "
".tra("Thank you for verifying ownership of your account.")."
" ."".tra("You can now delete your account by entering in your password below and clicking the \"Delete Account\" button.")."
" ."".tra("As a reminder, your account cannot be recovered once you delete it.")."
" ."