ilyakooo0 / warden

🛡️ A Bitwarden client for Ubuntu Touch
Other
9 stars 2 forks source link

Ignore organization permissions #43

Closed ilyakooo0 closed 1 year ago

ilyakooo0 commented 1 year ago

I received a bug report:

qml: [JS] (file:///opt/[click.ubuntu.com/soy.iko.warden/1.2.0/backend.js:1](http://click.ubuntu.com/soy.iko.warden/1.2.0/backend.js:1)) Error: An error occurred while decoding a JSON value:

At object key 'profile':

At object key 'organizations':

Under 'Array':

At array index 0:

At object key 'permissions':

At object key 'accessEventLogs':

No value was found.

at zv (file:///opt/[click.ubuntu.com/soy.iko.warden/1.2.0/backend.js:1:1784502](http://click.ubuntu.com/soy.iko.warden/1.2.0/backend.js:1:1784502))

at Ev (file:///opt/[click.ubuntu.com/soy.iko.warden/1](http://click.ubuntu.com/soy.iko.warden/1).
ilyakooo0 commented 1 year ago

Turns out, organization password entries are encrypted with a key, distinct from the personal key. Decrypting organization entries with the personal key results in an error.

I have disabled organization entries all-together.