web-next: botón «+» para crear cuentas de juego (WOW2, WOW3…)
Junto al «Nombre de la cuenta» hay un botón «+» que pide la contraseña y crea una nueva cuenta de juego bajo la Battle.net. Ruta /api/account/add-game-account: verifica la contraseña (authenticate contra battlenet_accounts), calcula el siguiente battlenet_index (máx 8) y crea la fila `account` con SRP6 Grunt derivado de la contraseña (gameMakeRegistration) — igual que la activación, así la cuenta sirve para entrar al juego. Recarga completa al crear/cambiar. GameAccountSwitcher siempre presente (select si >1, texto si 1) + «+». Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -152,7 +152,13 @@
|
||||
"twofaLabel": "2FA (Two-step verification)",
|
||||
"twofaOff": "Disabled",
|
||||
"banHistoryLink": "View history",
|
||||
"switchAccountLabel": "Load account data:"
|
||||
"switchAccountLabel": "Load account data:",
|
||||
"addAccount": "Add account",
|
||||
"addAccountPassword": "Password",
|
||||
"addAccountConfirm": "Add",
|
||||
"addAccountBadPassword": "Wrong password",
|
||||
"addAccountMax": "You reached the account limit",
|
||||
"addAccountError": "Could not add the account"
|
||||
},
|
||||
"SelectAccount": {
|
||||
"title": "Select your game account",
|
||||
|
||||
Reference in New Issue
Block a user