Advice - extend User table, or create a new custom login system?

Question.

I want to create a CRM system.

I want other uses to login (ie, employees, contractors) to sumbit timesheet, timecard data, invoices, leave, etc.

Would you advise to extend the Users Table, or create a new system (along with login, create user account…)

Hi,

The User entity is scaffolded in the project and you have the full control over it, so no need to extend it.

Regards,
Gleb