polito / students-app

Politecnico di Torino's official mobile application for students
European Union Public License 1.2
153 stars 15 forks source link

Wrong destination for "forgotten password" link #307

Closed fulcorno closed 11 months ago

fulcorno commented 11 months ago

Describe the bug The "password forgotten" link in the login page of the app links to the "change password" screen, that requires the knowledge of the old password.

To Reproduce Steps to reproduce the behavior:

  1. Ensure you are logged out
  2. On the login screen, click "hai dimenticato la password?"
  3. The page https://idp.polito.it/Chpass/chpassservlet/main.htm is opened , that is a "password change" screen

Expected behavior The user should receive a "password reset" link.

Screenshots

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

Are you willing to contribute to this issue? [Yes/No]

lpezzolla commented 11 months ago

Confirmed, the URL was missing a get parameter (https://idp.polito.it/Chpass/chpassservlet/main.htm?p_reset=Y), will be fixed in the next update