I’m often in need of generating a password, or a secret key for an API, or a password for an account for the client, which I don’t want to store in my own Vault, etc - I would like to be able to generate the Password Generator without logging in.
Is there anything I’m missing that would prevent from making it available at all times, no matter if authenticated or not?
The browser extension allows unauthenticated users to create passwords. You can use this as a temporary solution. Its weird that the desktop app actually doesn’t do this. This will be a nice to feature to have.
So is it really really really that a big and complicated and no-time-available feature to make the dialog available for non-authenticated users? Asking after three years passed.
I can imagine, that one consideration could be, that there had to be another generator history then, that is not associated with one account. – Usually, the generator history to any BW app - as this is not synced - is the local generator history in that app and for that account.