Commit graph

11 commits

Author SHA1 Message Date
Hernâni Marques
9d45a9ba66
bank: fix broken taler-integration withdraw and payto URIs (keep :443)
Was broken: demo-withdraw stripped :443 from libeufin’s taler://withdraw
host, so the main bank.hacktivism.ch QR / taler-integration link failed.
Also emit auto-account payto://x-taler-bank/host:443/… and absolute
https://bank.hacktivism.ch/webui/ (no relative /intro/ base confusion).
2026-07-10 22:12:00 +02:00
Hernâni Marques
ff4917af2f
bank: culture-neutral funny account stems (curated list) 2026-07-10 17:51:00 +02:00
Hernâni Marques
fa1c4efb5c
bank: auto-account name is goa-account-<funnypiece>-<tag> 2026-07-10 17:39:00 +02:00
Hernâni Marques
eacf4f91c8
bank landing: show auto-account created datetime
API returns created; landing displays it once.
2026-07-10 16:46:00 +02:00
Hernâni Marques
e2e5c12f85
bank: funny auto-account name stems in withdraw API 2026-07-10 15:52:00 +02:00
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