DSCKGEC/cleanurge-backend

Simple web page for reset password

Offen

#8 geöffnet am 08.05.2021

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2 Forks)auto 404
easyfrontendgood first issue

Repository-Metriken

Stars
 (9 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

We need a simple webpage, something like this to provide the users the option to reset password.

Instructions

  • This is to be created in EJS(almost the same as HTML) and CSS.
  • There are to be three input elements with the following descriptions
    • reset_token: this is to be a hidden element with value=<%= reset_token %> .
    • new_password: The new password user can put in
    • confirmed_password: same password to be repeated in this element.
  • The form should send a POST request on submit to the endpoint /api/user/reset-password

Contributor Guide