ACTA:SetAccountPasswordInput

From 3dbrew
Revision as of 17:26, 23 January 2025 by TimmSkiller (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0420|6|0}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntryRange|5|ASCII NULL-terminated account password (maximum 17 c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Request

Index Word Description
0
Header 0x04200180 Cmd 0x0420 Param 6 Xlat 0
1 u8, Account slot
2-6 ASCII NULL-terminated account password (maximum 17 characters + NULL termination)

Response

Index Word Description
0
Header 0x04200040 Cmd 0x0420 Param 1 Xlat 0
1 Result code

Description

Sets the account password input for the given account. This value is only stored in memory and not in the save data. It is possible to update the cached password by first using this command and then ACTA:EnableAccountPasswordCache.