Usage:

This module will generate a password for a contact.

Unless otherwise specified, the module will also create a local WordPress user.

If a password already exists in the designated ActiveCampaign field, it will not be overwritten.

A default, non-random password can also be generated. See the parameter list for more information.

Parameters:

Tag ID’s vs. tag names:
We encourage the use of tag ID’s over tag names. Unless a tag is deleted, its tag ID can be considered persistent. Tag names, on the other hand, can be changed any time. Using a tag name that has been changed can lead your shortcode, hook or module to no longer work as expected.
mbr_genpass=SECURITY_CODE This sets the action to be performed.
tid=234 Additional parameter to force the plugin to assign the contact one or more tags during the password generation process. If more than one is entered, please separate with commas. It can also be used to provide a better timing mechanism to send emails with user login and password.
automation=678 Additional parameter to assign to the contact one or more automation ID’s during the password generation process. If more than one is entered, please separate with commas. It can also be used to provide a better timing mechanism to send emails with user login and password.
default_pass=secret This defines a default password for all users who do not yet have a password in their contact record. You may define any word of your choice.
autoregister=n This parameter is used to prevent the WordPress user from being created during the process.

Example:

http://www.yoursite.com/?mbr_genpass=ONE_OF_YOUR_SECURITY_CODES&tid=123,345

Note:

In all examples provided, “SECURITY_CODE” stands for one of the validation codes you defined in “ActiveMember360 >> Plugin Options >> Main Settings >> Security Codes” These are used to authenticate the request.