diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index af243a412..af8332fd4 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -111,9 +111,9 @@ SET(RYZOM_WEBIG_TRUSTED_DOMAIN "open.ryzom.dev" CACHE STRING "Ryzom Client # urls when compiling ryzom live client IF(WITH_RYZOM_LIVE) MESSAGE("Using RYZOM_LIVE urls") - SET(RYZOM_CLIENT_CREATE_ACCOUNT_URL "https://account.ryzom.com/signup/from_client.php") - SET(RYZOM_CLIENT_EDIT_ACCOUNT_URL "https://account.ryzom.com/payment_profile/index.php") - SET(RYZOM_CLIENT_FORGET_PASSWORD_URL "https://account.ryzom.com/payment_profile/lost_secure_password.php") + SET(RYZOM_CLIENT_CREATE_ACCOUNT_URL "https://me.ryzom.com") + SET(RYZOM_CLIENT_EDIT_ACCOUNT_URL "https://me.ryzom.com") + SET(RYZOM_CLIENT_FORGET_PASSWORD_URL "https://me.ryzom.com/?forget_password=1") SET(RYZOM_CLIENT_PATCH_URL "http://dl.ryzom.com/patch_live") SET(RYZOM_CLIENT_APP_NAME "ryzom_live")