2 Open Issues Need Help Last updated: Aug 27, 2025

Open Issues Need Help

View All on GitHub

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