diff --git a/web/satellite/src/components/objects/EnterPassphrase.vue b/web/satellite/src/components/objects/EnterPassphrase.vue index 725b39b52..8b2913aab 100644 --- a/web/satellite/src/components/objects/EnterPassphrase.vue +++ b/web/satellite/src/components/objects/EnterPassphrase.vue @@ -23,16 +23,15 @@ id="enter-pass-textarea" placeholder="Enter encryption passphrase here" rows="2" - v-model="passphrase" - @input="resetErrors" + @input="onChangePassphrase" />

Encryption Passphrase Does not Match

A previous fingerprint of a passphrase-based-key-derivation-function created in this browser doesn't - match the passphrase you just entered. Entering a passphrase not previously created will result in - the creation of a new passphrase. + match the passphrase you just entered. Objects uploaded with a different encryption passphrase will + NOT be accessible.