devstygian / devstygian/Resto-POS

Feat: Add “Forgot Password” Functionality

Open
#46 0 comments 0 reactions 0 assignees View on GitHub
enhancement feature help wanted UI/UX
Dominant language
PHP
Stars
4
Forks
5
PR merge metrics
No merged PRs in 30d

Description

### Description
The login system does not provide a way for users to recover their password.

### Goal
Allow users to reset their password securely.

### Proposed Solution

- Add a “Forgot Password” link on login page
- Implement password reset flow:
- Enter username/email
- Send reset link or verification code
- Allow user to create a new password

### Expected Result
Users can recover access to their accounts without admin intervention.

Note:

> Ensure password reset is secure (token-based, expiration, validation).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.