Skip to content

Foundry VTT module that allows users to update their own password

License

Notifications You must be signed in to change notification settings

RichardRobertson/update-your-password

Repository files navigation

Update Your Password

This module simply adds a new tool to the Token Controls menu or the user list right click menu which allows players to update their passwords while logged in.

Token Controls menu

User Context Menu

Clicking it will show this very simple dialog.

Update password dialog

Settings are available to toggle the visibility of both choices.

Settings menu

A third setting has been added to expose the primary updatePasswordDialog() function to macros and scripts. It is false by default but can be enabled by the game master. It will be exposed on the primary game object at game.updateYourPassword.showDialog() and work exactly the same way as the user invoked version.

A password must be typed in twice to confirm before applying. If the two entered passwords do not match, an error will be shown and the password will not be changed.

  • It will also prevent you from setting a blank password in this manner as the tabletop does not seem to react to updating the password to nothing.
    • If you want to remove a password, it must be done through the standard game master interface.

About

Foundry VTT module that allows users to update their own password

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published