-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Motivation
Currently, privacy consent is handled in the chat interface after users have already logged in. This creates friction in the user flow and may not be the optimal placement for legal compliance and user experience.
Solution
Move the privacy consent (Terms of Use and Privacy Policy acceptance) to the login/registration flow, so users accept it before accessing the main application. This would:
- Ensure users explicitly agree to terms before using the service
- Streamline the chat interface by removing the consent prompt
- Align with common industry practices where consent is collected during account creation
- Potentially improve legal compliance by ensuring consent is obtained upfront
Alternatives
- Keep privacy consent in chat interface but improve UX (current approach)
- Show privacy consent as a modal dialog on first login
- Require privacy acceptance during onboarding flow after registration
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request