Files
vgui-cicd/openspec/changes/add-login/tasks.md
Adrian A. Baumann 7e9059a9aa feat: implement user authentication with login/logout functionality
- Add user login screen with German interface
- Add user icon and dropdown menu in header for authenticated users
- Add password change functionality with proper redirects
- Configure authentication URLs and settings
- Ensure all auth functions redirect to main page instead of admin
- Complete openspec change proposal for login feature
2025-11-24 10:37:23 +01:00

287 B

1. Add user login functionality

  • add a login screen for users
  • add an icon for logged in user on the top right corner of all page
  • add a menu to log out and change password on the user icon
  • all functions should go back to the main page, not the django admin page