teamladders / prototype

This version is designed as a classic Laravel 5 application just to design core functions of the service in a simple way.
GNU General Public License v3.0
0 stars 0 forks source link

Users and roles #1

Open alex-kozlov opened 7 years ago

alex-kozlov commented 7 years ago

The following features should be provided: 1) Sign on (register with email confirmation) 2) Sign in (login using email + password) 3) CLI command to create/update user 4) Edit profile page, where authenticated user could edit his personal information (name, surname, phone number, etc.)

At this stage we need to basic roles: USER and ADMIN. All users should get USER role by default. We should be able to add ADMIN role for the user via CLI.

alex-kozlov commented 7 years ago

@igtulm we need to separate profile edit form (email and name for now) and password changing form. Please use 2 different forms on the same page.

Also all personal pages should have 'personal' prefix in the URI, e.g.:

alex-kozlov commented 7 years ago

BTW don't we still have a command to create admin user?