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

Register/sign in page should replace login notices for unauthenticated users. #38

Open
aharonium opened this issue Apr 15, 2015 · 2 comments

Comments

@aharonium
Copy link
Member

This is not a priority right now, but mindful of our user's experience, we should only require login where an interaction with the database is required. A register/sign in dailogue should replace login notices for unauthenticated users for all instances where a login notice is currently given (e.g. "You must be logged in to edit a new third party profile. You may view other people's public profiles while not logged in.")

@EfraimFeinstein
Copy link
Member

Everything you can do on the app requires interaction with the database.

As of now, login is only required for operations that can write to the database. The login notices show up when nothing has been opened, letting you know what you can do (in the example, open will work; there is no new button). A registration/login control can be included with those notices. Is that the feature request?

@aharonium
Copy link
Member Author

Yes, that is the feature request.

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