You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in tools/setup.js the auth type is hardwired as token, even if the user supplies a password. This results in padding being inappropriately applied when decrypting the password later.
The text was updated successfully, but these errors were encountered:
Padding applied in src/lib/models/account_auth.js in getPassword. However it also looks like login_primary is disabled in cmpPassword so the option to set a password in setup.js should probably be disabled as well.
in
tools/setup.js
the authtype
is hardwired astoken
, even if the user supplies a password. This results in padding being inappropriately applied when decrypting the password later.The text was updated successfully, but these errors were encountered: