add warning about password protection for joplin

This commit is contained in:
Mats Estensen 2018-12-12 13:58:33 +01:00
parent 045943fa60
commit 62137d421c

View File

@ -1828,6 +1828,11 @@ layout: default
</div>
<h3>Warning</h3>
<ul>
<li>Note: As of Dec 2018, Joplin does not support password/pin protection for the application itself or individual notes/notebooks. Data is still encrypted in transit and at sync location using your master key. See <a href='https://github.com/laurent22/joplin/issues/289'>open issue</a>.</li>
</ul>
<h3>Worth Mentioning</h3>
<ul>
<li><a href="http://paperwork.rocks/">Paperwork</a> - Open source and self-hosted solution. For PHP / MySQL servers.</li>