Skip to content

Commit

Permalink
note about using password to login to web, #3297
Browse files Browse the repository at this point in the history
  • Loading branch information
zadam committed Nov 8, 2022
1 parent 60fc621 commit 7f6edef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/public/app/widgets/dialogs/options/password.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7f6edef

Please sign in to comment.