circadiatech / circadiatech/reportabug-backend

Reset Password API

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
good first issue hacktoberfest
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.