From bd3166afc0835f5df0571dbac792d494d84a4da9 Mon Sep 17 00:00:00 2001 From: hogliux Date: Thu, 20 Oct 2016 12:42:54 +0100 Subject: [PATCH] Updated the URL of the "Forgot Password" button in the Projucer --- extras/Projucer/Source/Application/jucer_LoginForm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Projucer/Source/Application/jucer_LoginForm.h b/extras/Projucer/Source/Application/jucer_LoginForm.h index abde4df1e2..c5c49a1605 100644 --- a/extras/Projucer/Source/Application/jucer_LoginForm.h +++ b/extras/Projucer/Source/Application/jucer_LoginForm.h @@ -43,7 +43,7 @@ public: errorLabel ("Error Label", String()), rememberLoginCheckbox (TRANS("Remember login")), forgotPasswordButton (TRANS("Forgotten your password?"), - URL (getServerURL() + "reset_password?referer=projucer")), + URL ("https://auth.roli.com/forgot-password?referer=projucer")), rememberLogin (true) { setLookAndFeel (&lookAndFeel);