Description
With the introduction of this commit: github.com/spesmilo/electrum/commit/378a9e61122ac669ad230fcddf8729af5f0cd27f
It's now required to unlock a wallet file before the user can create a new one.
However, it's limiting certain situations like this: bitcointalk.org/index.php?topic=5584784.0
TL;DR: OP doesn't have a seed phrase backup (needs confirmation) and can't remember his old password.
Deleting the wallet file by clearing Electrum's data isn't an option since he don't have a backup of it.
So, he can't create a new wallet in the latest version.
A feature that's letting the user to backup the wallet files right in the wallet list menu should be enough to fix it.
So that he can save a backup of the encrypted wallet file to the local disk and then clear the app's data to be able to create a new wallet.
Description
With the introduction of this commit: github.com/spesmilo/electrum/commit/378a9e61122ac669ad230fcddf8729af5f0cd27f
It's now required to unlock a wallet file before the user can create a new one.
However, it's limiting certain situations like this: bitcointalk.org/index.php?topic=5584784.0
TL;DR: OP doesn't have a seed phrase backup (needs confirmation) and can't remember his old password.
Deleting the wallet file by clearing Electrum's data isn't an option since he don't have a backup of it.
So, he can't create a new wallet in the latest version.
A feature that's letting the user to backup the wallet files right in the wallet list menu should be enough to fix it.
So that he can save a backup of the encrypted wallet file to the local disk and then clear the app's data to be able to create a new wallet.