mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-13 21:34:51 +00:00
11 lines
407 B
Plaintext
11 lines
407 B
Plaintext
|
title: $:/snippets/encryptionstatus
|
||
|
|
||
|
<$reveal type="match" state="$:/isEncrypted" text="yes">
|
||
|
This wiki is encrypted.
|
||
|
<$button message="tw-clear-password">Clear password</$button>
|
||
|
<$button message="tw-set-password">Change password</$button>
|
||
|
</$reveal>
|
||
|
<$reveal type="nomatch" state="$:/isEncrypted" text="yes">
|
||
|
This wiki is not encrypted.
|
||
|
<$button message="tw-set-password">Set password</$button>
|
||
|
</$reveal>
|