Project

General

Profile

Actions

Bug #24

closed

Deleted user email still considered “existing” during new user creation

Added by Vivek Kumar about 1 month ago. Updated about 1 month ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
03/19/2026
Due date:
% Done:

0%

Estimated time:

Description

When a user is deleted from the system, their email should become available for reuse. However, attempting to create a new user with the same email results in the error:

{
    "success": false,
    "message": "Email already exists"
}

This indicates that deleted users are still being considered in uniqueness validation.

Steps to Reproduce
Login as Superadmin
Create a new user with email: user@user.com
Delete that user
Try creating a new user with the same email: user@user.com

Actual Result
Email already exists

Expected Result
Email should be reusable after user deletion
New user should be created successfully


Files

BUG AKW0013.png (286 KB) BUG AKW0013.png Vivek Kumar, 03/19/2026 05:57 AM
Actions

Also available in: Atom PDF