79787846

Date: 2025-10-11 06:27:15
Score: 0.5
Natty:
Report link

Here's another idea that avoids using verbs in the url, by treating the reset token like a resource:

POST /accounts/password/reset-token  // creates a new reset token (sent over email)
POST /accounts/password              // resets the password using the reset token
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Coco Liliace