LumiLu99 / BankingApp

0 stars 0 forks source link

Update on the dashboard #2

Open darren8989 opened 3 months ago

darren8989 commented 3 months ago

The dashboard is already done, in the admin dashboard admin can add new user by key in the first name, last name and email. Password and username will remain NULL in the database as they will be setting their own username and password. Status will be 0 by default which represent as block: false.

  1. Need an activation page which user will need to key their username and password if both NULL. and only able to update password when username is present. Selecting of the username will be based on account no. The account no i've set as unique number therefore each user will have an unique account no. to verify the username maybe can use account no + first name / email combination?
darren8989 commented 3 months ago

if possible can also share your table column for the customer?