Open Issues Need Help
View All on GitHub Replace bespoke database library 2 months ago
enhancement help wanted
Allow changing password if logged in 4 months ago
AI Summary: Implement a user profile page (`wwwroot/profile/index.php` and `templates/profile/index.tpl.php`) that allows logged-in users to change their password. This involves creating the necessary PHP code to handle password updates securely (hashing, verification, etc.) and integrating it with the existing templating system. The solution should only allow access to logged-in users.
Complexity:
3/5
enhancement help wanted good first issue