Project

General

Profile

Actions

Task #31

open

Hospital Registration ,login, email

Added by Varsha N about 2 months ago. Updated about 2 months ago.

Status:
Resolved
Priority:
High
Assignee:
Start date:
01/12/2026
Due date:
01/13/2026 (51 days late)
% Done:

0%

Estimated time:

Description

Description

Description:
Develop the Hospital Registration feature as the first entry point of the application. This allows a hospital to register using basic details. On successful registration, the system must automatically create default users (Reception, Doctor, Admin), generate random passwords, and send login credentials to the hospital email.

Layout:
Center-- Hospital Registration Form
Top-right-- Login button

Hospital Registration Form Fields:
Hospital Name
Email
Mobile Number
Register Here button

When “Register Here” is clicked:
Validate hospital details
Create hospital record
Auto-generate 3 system users
Generate random passwords(Randomly between range: 1000 – 10000)(Temporary)
Send credentials to hospital email

Eg mail:
"""
Welcome to DocDesk

Hospital Name: City Care Hospital

Login Credentials:

Reception Login
Username:
Password: 4821

Doctor Login
Username:
Password: 7394

Admin Login
Username:
Password: 1650

Login URL: https://yourdomain.com/login
""""

Hospital Registration Table:
id (PK)
hospital_name
email
mobile
created_at

Users Table:
id (PK)
username
password
hospital_id(FK)
role
created_at


Files

Actions

Also available in: Atom PDF