Add login and register page #3

Closed
opened 2025-07-09 18:37:43 -04:00 by Corpintech · 0 comments
Corpintech commented 2025-07-09 18:37:43 -04:00 (Migrated from github.com)

Create a login and a register page where user logins with either email or username. Use bcrypt with 12 rounds for password. Validate email using php FILTER_VAR VALIDATE EMAIL.

Setup sessions using php $_SESSION with uniqueidconnected to user id from users table.
Create auth function which compares the uniqueid with database

Create a login and a register page where user logins with **either** email or username. Use bcrypt with 12 rounds for password. Validate email using php FILTER_VAR VALIDATE EMAIL. Setup sessions using php $_SESSION with uniqueidconnected to user id from users table. Create auth function which compares the uniqueid with database
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: eddie/willes_AI#3
No description provided.