How to add a Manual User Verify Form to a Page
If you offer a frontend account area for user’s on your WordPress website, you can offer them a bonus feature and allow them to manually sync user’s to your forum.
By using XFtoWP’s settings, you can create automated sync processes in a few different ways, but it may be advantageous to allow users to sync accounts on their own. Here’s an example from the XFtoWP customer’s area:

From this verify form user’s can enter the username or email address of the forum account they wish to sync to their WP account.
By enabling multiple users from WP Admin > XF > User sync, member’s can create “team” accounts and verify other forum user’s to get any special posting privileges your forum permits.
To add this form to your website simply enter the following shortcode to the page your user’s edit their account area:
[xf template="user-verify"]

You may also execute this shortcode from page templates like so:
<?php echo do_shortcode( '[xf template="user-verify"]' ); ?>
User’s can manage usergroups from this page, and can only do so if usergroup management is enabled from WP Admin > XF > User sync > Allowed usergroups.
If usergroup promotions are setup with User actions, the usergroup will be manageable only if the user has purchased the associated product.
The manual user verify form will not show to user’s who are not logged-in.