michaellaunay / alirpunkto

0 stars 0 forks source link

Recreation of an Existing Candidature #47

Closed michaellaunay closed 2 months ago

michaellaunay commented 9 months ago

Current Situation

Proposed Solution

  1. Uniqueness Check: Before creating a new application, check if a similar application already exists.
  2. Secure Redirection: If an existing application is detected, do not directly redirect the user. Instead, resend the last email and request to follow the link in the email.
  3. Information Message: Provide an explicit message indicating why the creation of the application is not allowed.

Mail Resending Solution Details

michaellaunay commented 2 months ago

Implemented: The connection is forcibly closed at the beginning of the registration process to prevent any token reuse.