aliatayee / Attendance_Management_System

Attendance Management System is a Laravel based web application which keeps track of employee hours by either using ZKTecho finger print device or manual attendance sheet.
https://ams.alihost.co/
165 stars 81 forks source link

Employee Name can contain a space #11

Open chandachewe10 opened 1 year ago

chandachewe10 commented 1 year ago

Under normal circumstances the employee name can contain a space but the validation for the employee name does not allow a space (alpha_dash). I thought it needs enhancement