albertkim / Allegro

0 stars 0 forks source link

User login and registration #2

Closed albertkim closed 9 years ago

albertkim commented 9 years ago

The user is only required to give a username and password (and confirm password) to create a new user. All accounts will be customer accounts by default. We will create clerk/manager accounts ahead of time in the query.

At the moment, there are no intentions of giving functionality to create clerk/manager accounts.

For authentication, take advantage of Laravel's bcrypt hashing library for passwords.

albertkim commented 9 years ago

I am working on this task right now.

albertkim commented 9 years ago

In a working state now.