Auth and Profiles
I added a proper authentication mechanism and the ability for users to view each others profiles, as well as edit their own!
Authentication
Users can create and log into their accounts. An OTP is sent to the user’s email during creation, and expires in 10 minutes. A password reset mechanism also exists and also uses OTPs.
Profiles
I added a profiles page that allows users to see each others profiles! For now, the profiles display the user’s name, role, event track, bio, avatar, and awards! A separate award_medal.php exists but it is only accessible to admins to give awards.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.