circadiatech / circadiatech/reportabug-backend
Reset Password API
- Dominant language
- Python
- Stars
- 0
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Create a Reset Password API
path => /reset-password
method => POST
body =>
required => email
response => { message: 'Password reset successfully' }
User Model
first_name
last_name
email
password
is_active => default to true
Note: Reset password to 1234
Contributor guide
Research direction
Start at the requested POST /reset-password entry point and inspect the User model fields listed in the issue, along with existing API patterns. Clarify the fixed password value, email verification or token flow, and security requirements before implementation; done should mean the endpoint's accepted input and response are defined and safely handled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, authentication, backend, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100