WonderPen Help

What should I do if I forget the lock password?

You can lock the WonderPen's interface to prevent others from viewing or modifying your documents.

If you forget the password accidentally, you can delete the password in the following way.

  1. Find the WonderPen configuration file.

    If you are using Windows, this file is usually located at:

    C:\Users\{USER_NAME}\AppData\Roaming\WonderPen\wp_data\_local\cfg_db\dict\cfg.json
    

    If you are using macOS and downloaded and installed from the official website, this file is usually located at:

    /Users/{USER_NAME}/Library/Application Support/WonderPen/wp_data/_local/cfg_db/dict/cfg.json
    

    If you are using the Mac App Store version, this file is usually located at:

    /Users/{USER_NAME}/Library/Containers/im.type/Data/Library/Application Support/WonderPen/wp_data/_local/cfg_db/dict/cfg.json
    

    Note that {USER_NAME} above is your computer login username.

  2. Open the cfg.json file with your favorite text editor. This file is a text file. If you don't know what editor to use to open it, just use the Notepad that comes with the system.

    You can modify this JSON file directly, or you can first use third-party tools to format the JSON content for better reading.

  3. Look for the line where auto_lock is located, as shown in the following image:

    auto_lock

    If you have formatted this JSON file, you should see something like this:

    auto_lock

    The content of this line is like: "auto_lock": true, which is line 24 in the above figure. Note that each user's personalized configuration content is different, so in your configuration file, this item may not be on line 24.

  4. Change the true in the "auto_lock": true found in the previous step to false, that is: "auto_lock": false, save it, and restart WonderPen, the automatic lock will be closed at this time, you can go to Settings to set a new password.

After the above steps, you should be able to turn off the automatic lock.

In addition, there is also a field called lock_password in the configuration, which stores the hashed value of the lock screen password, so even if your configuration file is seen by others, others cannot know your lock password.

You can also delete the lock_password field, or set its content to an empty string "", so that the lock screen password will be cleared. After restarting the application, click the unlock button directly on the lock screen to enter.