Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
Keychain.UpdatePassword
Updates password in keychain.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Keychain | 8.4 | Yes | No | No | No | Yes |
MBS( "Keychain.UpdatePassword"; Location; Username; Password ) More
Parameters
Parameter | Description | Example value |
---|---|---|
Location | The location where the database is. Must be prefixed with FMP. e.g. "FMP: " or "FMPADMIN: " followed with the name or IP. |
"FMPADMIN: mbs.test.ifmcloud.com" |
Username | The user name. | "Admin" |
Password | The new password to store. | "New password" |
Result
Returns OK or error.
Description
Updates password in keychain.Examples
Updates account with new password:
MBS("Keychain.UpdatePassword"; "FMP: Anlagen"; "Admin"; "NewPassword")
See also
Created 25th August 2018, last changed 25th August 2018
Keychain.ListDatabases - LCMS.ProfileInfo
Feedback: Report problem or ask question.
Links
MBS Xojo blog