mirror of
https://github.com/zadam/trilium.git
synced 2025-01-16 03:58:53 +08:00
note about using password to login to web, #3297
This commit is contained in:
parent
60fc621cd4
commit
7f6edefad4
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ const TPL = `
|
|||
<h3 id="password-heading"></h3>
|
||||
|
||||
<div class="alert alert-warning" role="alert" style="font-weight: bold; color: red !important;">
|
||||
Please take care to remember your new password. Password is used to encrypt protected notes.
|
||||
If you forget your password, then all your protected notes are forever lost.
|
||||
Please take care to remember your new password. Password is used for logging into the web interface and
|
||||
to encrypt protected notes. If you forget your password, then all your protected notes are forever lost.
|
||||
In case you did forget your password, <a id="reset-password-button" href="javascript:">click here to reset it</a>.
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue