EhsanulHaqueSiam / HotelManagementSystem

This repository contains the source code for a Hotel Management System implemented in Java. The system provides functionality for managing hotel operations, such as check-in, check-out, room management, and payment processing. It utilizes Java Swing for the graphical user interface.
MIT License
12 stars 2 forks source link

bug: Gmail field accepts any String #13

Closed EhsanulHaqueSiam closed 1 year ago

EhsanulHaqueSiam commented 1 year ago

Type

Error at runtime

Bug description

For User and Admin Gmail must have an "@" sign and in the end .com or .edu

No other symboles or anyting should be accpeted

Steps to reproduce

Write any thing on Gmail Field . it will accept it.

Relevant log output

Not available at the moment

Screenshots or videos

No response

Solution

No response

Additional context

No response

Acknowledgements