ACTA:EnableAccountPasswordCache
Revision as of 16:10, 22 January 2025 by TimmSkiller (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x0408|2|0}} {{IPC/RequestEntry|u8, Account slot}} {{IPC/RequestEntry|bool, enabled}} {{IPC/RequestEnd}} =Response= {{IPC/Reques...")
RequestEdit
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, Account slot | ||||||||
2 | bool, enabled |
ResponseEdit
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
DescriptionEdit
Enables or disables the account password cache for an account.
The account slot must be 0xFE. Therefore, it is only possible to control the password cache for the currently loaded account.
Enabling the password cache will internally copy the AccountPasswordInput field (which can be set using ACTA:SetAccountPasswordInput) to the AccountPasswordCache field of the account data.
Disabling the password cache will clear the AccountPasswordCache field of the account data.
When the account password cache is enabled, entering the password is not required to load the account.