davidayoub / IT490Project

0 stars 0 forks source link

Database Authentication login and register page #8

Closed davidayoub closed 1 year ago

davidayoub commented 1 year ago

Create Database for Authentication login and register page. Users will be able to register for an account and be able to login with their credentials. Data should be saved in database.

alejjuuu commented 1 year ago

I've have modified the login/register login page to be a single one.

alejjuuu commented 1 year ago

I have change boostrap for tailwing and daisyUI.

alejjuuu commented 1 year ago

Php back-end side works, but when trying to connect to the database it fails due that the database hasn't yet been create with the database form and root user root and password 12345.

Modulations commented 1 year ago

See commit 8fb4f29, user's data will be saved to the database if it exists locally.