shaarli / Shaarli

The personal, minimalist, super-fast, database free, bookmarking service - community repo
https://shaarli.readthedocs.io/
Other
3.44k stars 294 forks source link

Allow anonymous posting #1045

Closed jvoisin closed 6 years ago

jvoisin commented 6 years ago

I'm running a private Shaarli instance behind http authentication (mainly because I don't trust PHP at all.), so I don't need a second authentication layer. It would be nice to have a tickbox to allow anonymous submissions.

virtualtam commented 6 years ago

Hi @jvoisin,

There is an open_shaarli configuration setting to allow everyone to post on a Shaarli instance, see https://shaarli.readthedocs.io/en/master/Shaarli-configuration/#security

Given this is a sensitive setting that is scarcely used, it is not configurable via the Web UI; you need to edit data/config.json.php to allow public write access.

jvoisin commented 6 years ago

Wonderful, thank you ♥

virtualtam commented 6 years ago

You're welcome :)