Devlog 2
New
- New
userstable in the database - Login and registration system with password hashing
- Login and registration website panels
- Login session system
- Logout system
- Mobile device support for login and registration panels
- Login and registration error handling
Login/Registration System
I built my first login and registration system, based on PHP and a MySQL/MariaDB database. I used the password_hash function for user security. I also added $_SESSION support across the website, so the app remembers which user is logged in between pages. The registration system requires a minimum of 8 characters for the password.
Planned
I’m planning to style the header tag and build the flashcards panel. I also plan to add the ability to export flashcards.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.