RichardRobertson / update-your-password

Foundry VTT module that allows users to update their own password
ISC License
2 stars 0 forks source link

Feature Request: Allow users to open the Update Password Dialog from a Foundry script or macro #2

Closed dementedhedgehog closed 4 months ago

dementedhedgehog commented 4 months ago

Description Enable opening the password dialog from a foundry macro or script. Add documentation to describe how this functionality can be used from a Foundry VTT Macro or Script.

Use case It makes more senses to me that the this functionality lives in a Landing Page rather than hidden away in the menu.

Interface Changes Expose a call(s) to the foundry scripting api to toggle and/or show/hide/query-visibility of the Update Password Dialog.

Additional Context

Progress Status

RichardRobertson commented 4 months ago

The update password dialog is not exposed outside of the module. This is just how JavaScript works.

Would you like to make this a feature request instead of a question?

dementedhedgehog commented 4 months ago

Good enough?

dementedhedgehog commented 4 months ago

Thank you. Works well!