Block a user
WIP: Add support and migration for lndhub.go
WIP: Various front-end improvements and bugfixes
Change-password dialog doesn't validate password length
Update: It actually doesn't even validate the password confirmation field.
Migrate lndhub accounts to lndhub.go
Users don't choose their own password for our lndhub accounts. Both login/username and password are retrieved from the LndHub API and then stored encrypted in the akkounts database.
So yeah, we…
Migrate lndhub accounts to lndhub.go
This will actually impact/break lnurl-auth for people using it right now, so we need to tell them beforehand, or even give them a button to migrate the account.
LDAP mock server for local development
@bumi I've solved the LDAP dev situation with Docker compose and new seed tasks:
Maybe you can try it out and let me know if it works for you?