[Progress Communities] [Progress OpenEdge ABL] Forum Post: LoginForm widget template affecting the ForgettenPassword and ResetPassword path

  • Thread starter Thread starter tgribeauval
  • Start date Start date
Status
Not open for further replies.
T

tgribeauval

Guest
Error: This error was created when I customized the LoginForm template. I did not add or remove any lines of code, I just added two classes and changed a couple button's from default to success Bootstrap class. Ex: LoginForm.LoginForm.cshtml : Ex:LoginForm.CustomLoginForm.cshtml Added a class to line 17 and 25. Also changed btn btn-default to btn btn-success on line 88 and line 107. The added classes are simply used to add custom css to the login form. 1) I click on Forgotten Password 2) I'm redirected to the login/ForgotPassword form, enter my email and click send: 3) 404 What is confusing is that I have the same page translated in another language, based on the same template, yet the path doesn't cause any errors. I'm redirected to the /fr-ca/connexion/ForgotPassword?emailSent=True&email=g%40test1.com&error What can be the issue here? Please help, thank you very much.

Continue reading...
 
Status
Not open for further replies.
Back
Top