bank landing: own-account box shows username only (drop name)
Name and username were the same value; keep the bank login username with password. (mistakenly still mentions name in API fallback.)
This commit is contained in:
parent
01ab46b0a1
commit
6e808c2ab1
2 changed files with 3 additions and 6 deletions
|
|
@ -48,7 +48,7 @@ In the optional fold:
|
|||
1. User clicks **Create my bank account**.
|
||||
2. Browser calls `GET /intro/auto-account.json` (no form fields).
|
||||
3. Server registers a new libeufin user via public `POST /accounts`.
|
||||
4. UI shows **username / password / balance GOA:0** once (“created for you”;
|
||||
4. UI shows **username / password** once (“created for you”;
|
||||
not stored for recovery).
|
||||
5. Username shape: **`goa-account-<random>`** (shown to the user).
|
||||
Password embeds **`pleasechangeme`** with random chars around it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue