You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server has been running for about three days. I was asked to login on the first day. Pages created on the first day do show the correct creator and modifier. The server no longer asks for username/password, even after browser cache clearance and server restart.
To Reproduce
Wiki now seems stuck in the state of allowing anonymous read/write access, ignoring the --listen args. I have restarted, cleared browser cache etc.
Expected behavior
I expect the wiki to refuse anonymous read / write access with a 401 (Unauthorized) when started with the reader, writer and user --listen arguments. I would also expect any previous user sessions to be terminated, and for login to be required after a server restart.
Doh - I think I must have misread the listen args - it appears it should be usernamereaders and writers rather than userreader and writer... maybe I originally looked at old docs.
Describe the bug
Unexpectedly able to read and write on a node-server wiki without a username, when reader, writer and user args were specified.
I started my wiki (internal private network) with the following command line:
I noticed that newly created Tiddlers no longer
creator
ormodifier
details.I checked and found:
The server has been running for about three days. I was asked to login on the first day. Pages created on the first day do show the correct creator and modifier. The server no longer asks for username/password, even after browser cache clearance and server restart.
To Reproduce
Wiki now seems stuck in the state of allowing anonymous read/write access, ignoring the --listen args. I have restarted, cleared browser cache etc.
Expected behavior
I expect the wiki to refuse anonymous read / write access with a 401 (Unauthorized) when started with the reader, writer and user --listen arguments. I would also expect any previous user sessions to be terminated, and for login to be required after a server restart.
Screenshots
None
TiddlyWiki Configuration:
Linux 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64 GNU/Linux
Node v16.13.1
,NPM 8.1.2
Desktop:
Additional context
I have tried the following:
The text was updated successfully, but these errors were encountered: