Demo instance label is not always visible #1988
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Version information:
Frontend Version: v0.19.2+14-45defebcf4
API Version: v0.19.2+14-45defebcf4
Browser and OS Version: All
Steps to reproduce:
Expected behavior:
Having always a label clearly visible that indicates that I am on a demo instance where the data is not save and that is public and gets reset regularly.
Actual behavior:
There is only a warning on the login page:
Checklist:
Yeah I think we need something like Gitea has:
I think that's best built into the api as a "Demo mode" setting. That setting would disable a few things as well on the api side.
Maybe not as ugly, but yes. I have the feeling that some users don't get that they look at something public.
Also: is it possible to register an account? If so that should probably also be disabled in demo mode.
I just realize that we should probably separate the user and pw hint from the demo instance reminder.
Implemented in
ed8fb71ff0