Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not display messages until user has signed in or selected offline mode #56

Closed
eloquence opened this issue Oct 23, 2018 · 1 comment
Closed

Comments

@eloquence
Copy link
Member

eloquence commented Oct 23, 2018

As indicated in the most recent interactive wireframes, we don't want to show decrypted messages until the user has either signed in or selected offline mode.

The reason is that user testing has shown that users are confused to see decrypted messages immediately appear after they launch the application. Since we haven't explained offline mode to them at this point, it's easy to misunderstand this behavior.

Instead of displaying a modal login window in front of a populated client window, we can paint the client window only after the user has either logged in or selected offline mode.

Let's use the text in the current wireframe to access offline mode ("You may also use SecureDrop offline to access messages and files that are already on this machine"), but we can skip the idea of a separate offline sign-in for now.

@ntoll
Copy link
Contributor

ntoll commented Nov 5, 2018

This appears to already be the current behaviour on master. I'm not sure who/what PR fixed this issue (otherwise I'd reference it). But closing this since it appears fixed.

@ntoll ntoll closed this as completed Nov 5, 2018
legoktm pushed a commit that referenced this issue Dec 11, 2023
legoktm pushed a commit that referenced this issue Dec 15, 2023
Fix auth header to use "Token" and not "token"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants