Regular user login grants access to your projects, chat, and agents. This is separate from superadmin — different guard, different dashboard.
What you can do
Sign in
Where: Email + password fields; submit Login.
How: Laravel session auth; redirect to /dashboard (or intended URL). Inactive accounts rejected with message.
Why: Session cookie binds browser to your user id for CSRF-protected actions (chat commands, project CRUD).
Register new account
Where: Link below form → Register page.
Why: Self-service onboarding when platform allows open registration.
What you cannot do
Reset password here
Why not: No forgot-password flow in UI yet.
Instead: Ask superadmin to help or use direct DB/admin tooling on self-hosted installs.
Access superadmin
Where instead: /superadmin/login with superadmin credentials.