• Resolved Daniele De Rosa

    (@bloodspencer)


    Is there the possibility to update the possible passwords programmatically? I send custom generated passwords after a login request to the user and need to update this password in the specific protected page after the user sends a Contact Form 7 form.

    Is this possible with your plugin? Thanks in advance for your feedback ??

Viewing 1 replies (of 1 total)
  • Plugin Author Andreas Münch

    (@andreasmuench)

    Hi @bloodspencer,

    the passwords are saved in the post_meta entry with the key ‘_mpp_additional_passwords’, seperated with line breaks “\n”.

    If you know a little of PHP programming you should be able to set/update them after sending your email with the passwords.

    update_post_meta( $post_id, '_mpp_additional_passwords', $passwords );

Viewing 1 replies (of 1 total)
  • The topic ‘Update passwords programmatically?’ is closed to new replies.