Commit graph

6 commits

Author SHA1 Message Date
Hernâni Marques
7583d0896e
bank: auto usernames goa-account-<random> shown to user
API and docs describe the visible auto username shape.
2026-07-10 15:43:00 +02:00
Hernâni Marques
2519c8844b
bank: wrap pleasechangeme with random prefix and suffix 2026-07-10 15:32:00 +02:00
Hernâni Marques
8318a590e9
bank: auto-account passwords include pleasechangeme
Generated secrets keep a memorable core segment for demos.
2026-07-10 15:20:00 +02:00
Hernâni Marques
bb7bd5e73c
bank: auto-account username prefix goa-bank-acc-<id>
Personal auto-accounts use usernames of the form goa-bank-acc- plus a random
hex id so they are easy to spot in admin lists and distinct from explorer
or hand-registered users.
2026-07-10 20:43:45 +02:00
Hernâni Marques
f341116371
bank: API for auto-created personal accounts (balance zero)
Add GET /intro/auto-account.json on the bank helper (demo-withdraw-api):
public registration with generated username/password, balance starts GOA:0,
credentials returned once for the client to display.

Nginx proxies the new path; install-demo-withdraw-api.sh installs the
location. This is separate from the shared explorer demo withdraw.
2026-07-10 20:42:20 +02:00
Hernâni Marques
3d4d7251a5
bank: demo-withdraw API mints one-shot withdrawals from explorer pool 2026-07-10 20:09:35 +02:00