You setup a btcpay server account, forgot to setup SMTP (or set it up wrong) and then forgot your password. Now you can't get back in. Here's how I recovered from this situation:
-
Create a new user according to these instructions. But this isn't enough because (1) Your new user isn't a member of any stores and (2) for me at least this new user couldn't setup SMTP ...
-
There is a postgres table called
UserStore
which tracks membership of users in stores. When you execute the following command in postgres
select * from "UserStore";