Helo community
Thank you for many years of tiddling!
I have uploaded my tw5 on a "unoeuro" serverspace (apache) with username and password in bidix store.php . It works, and my changes are saved on server, if I fill out wikiname and pssw in control-panel, as prescribed.
If I ommit one or the other in the control-panel, I am asked to save locally. I don't know if it is supposed to behave like that, but it is handy enough!
Then it turns out that ANY username together with ANY password can be used to save on server - not just the ones written into store.php... Now that is not so good.
Anybody else experienced that? How can I restrict the edits only to me?
SOLVED in the meantime
CULPRIT FOUND:
Of course, it had to be set to TRUE. Default is false ...?
Anyway, I'll send this all the same, maybe somebody else can benefit.
<code>
$AUTHENTICATE_USER = false; true | false
</code>
All the best
Kamilla