issues
search
rmoscoe
/
support-hero
Support Hero is a customer support ticketing system that allows customers and agents to correspond both asynchronously and synchronously.
https://dry-fjord-88699.herokuapp.com/
3
stars
1
forks
source link
Feature/add user model
#31
Closed
bhaskell7901
closed
1 year ago
bhaskell7901
commented
1 year ago
Added User data with the following:
Fields:
firstName
lastName
password
type
email
tickets
Additional:
Email validation
Password validation (At least: 1 Cap, 1 Lowercase, 1 special char, 8-32 chars)
Password encryption
A virtual 'fullName' field
Password compare method
Added User data with the following:
Fields:
Additional: