Validate the Extension Framework master password. Used when accessing the Control Centre or other sensitive screens. This is intended to be low security - just enough to block a curious user. As long as code is not locked (ie. in an MDE), it can easily be worked around.
If xf.Interact.FrameworkValidateMasterPassword() Then DoCmd.OpenQuery "qryUpdateSettings" End If