Re: [tw5] problem with authenitication on nodejs with 5.1.18

2018-12-17 Thread Jeremy Ruston
Hi Captain Thanks, that’s very helpful, I’ve merged the PR, Best wishes Jeremy > On 17 Dec 2018, at 19:06, Captain Packers wrote: > > Jeremy, > > The separator on this page needs to be changed from a colon (:) to an equals > sign (=). It kept throwing me off while trying to set this up. I d

Re: [tw5] problem with authenitication on nodejs with 5.1.18

2018-12-17 Thread Captain Packers
Jeremy, The separator on this page needs to be changed from a colon (:) to an equals sign (=). It kept throwing me off while trying to set this up. I did the pull request thing on github, but I've not used it much so I don't know if I did enough for you to ever have seen my proposed edit. http

Re: [tw5] problem with authenitication on nodejs with 5.1.18

2018-12-16 Thread Donald Coates
Thank you so much for all you do and for the reply - it's nice to know!! For anyone else having problems - my workaround: I use tmux inside the docker container to start two instances of the nodejs server using the same wiki folder (obviously) but having two ports - one with the 'anon' and one

Re: [tw5] problem with authenitication on nodejs with 5.1.18

2018-12-16 Thread Jeremy Ruston
Hi Donald Thanks, I’m afraid this turns out to be a bug introduced late in v5.1.18: https://github.com/Jermolene/TiddlyWiki5/issues/3647 I’ll include a fix as part of v5.1.19 shortly, Best wishes Jeremy > On 16 Dec 2018, at 11:39, Donald Coates wrote: > > Hello all and thank you for all you

[tw5] problem with authenitication on nodejs with 5.1.18

2018-12-16 Thread Donald Coates
Hello all and thank you for all your hard work! I am running tiddlywiki 5.1.18 on node inside docker. when I start the server with tiddlywiki myserver --listen host=0.0.0.0 port=9067 "readers=(anon)" writers =joe username=joe password=joe I am taken to the appropriate page without the ability