This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Is it not possible to store an empty password? #86
Open
Description
When trying to store an empty password (""
) the following error is returned:
Error: Password is required
This feels weird to me, since an empty password is in many cases a "valid password". So it would be nice to be able to store an empty password so that I know if I've asked the user for a password or not.
I.e. the return value is null
if a password hasn't been stored. And the return value is ""
if an empty password has been stored.
Why is this not supported? Technical limitation?