Browse Source

Updated the URL of the "Forgot Password" button in the Projucer

tags/2021-05-28
hogliux 9 years ago
parent
commit
bd3166afc0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Application/jucer_LoginForm.h

+ 1
- 1
extras/Projucer/Source/Application/jucer_LoginForm.h View File

@@ -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);


Loading…
Cancel
Save