ACTA:SetAccountPasswordInput: Difference between revisions
Jump to navigation
Jump to search
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..." |
TimmSkiller (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
=Description= | =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]]. | 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]]. | ||
The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account. |
Latest revision as of 20:48, 23 January 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, Account slot | ||||||||
2-6 | ASCII NULL-terminated account password (maximum 17 characters + NULL termination) |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
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.
The account slot must be 0xFE. Therefore, this command can only be used with the currently loaded account.