christianwach / civicrm-wp-profile-sync

Keeps a WordPress User profile in sync with a CiviCRM Contact and integrates WordPress and CiviCRM Entities with data synced via Advanced Custom Fields.
https://wordpress.org/plugins/civicrm-wp-profile-sync/
GNU General Public License v2.0
13 stars 17 forks source link

[Feature] Create wp-user of a single profile #13

Closed Dubidubiduu closed 3 years ago

Dubidubiduu commented 4 years ago

Feature: When in profile view, add an option to the "action menu" to create a wordpress user out of this profile.

Condition: CIVICRM_WP_PROFILE_SYNC_BULK is set true. (I know, the name of the constant would then be misleading :-/)

Benefit: You are able to create a user out of the profile, you don't have to go to a group this user belongs to or have to search for parts of the user information just to get a table view where you can create a user out of that profile.

christianwach commented 4 years ago

@Dubidubiduu I like this idea and will implement it when I figure out how to create an interstitial "Are you sure?" page in CiviCRM. I'll keep this issue open and update it as and when.

FWIW, I've been meaning to remove the need for that constant for some time.

christianwach commented 3 years ago

Closing since this is now part of CiviCRM Core.