CiviCRM 4.6.2/Wordpress
在civi更改日誌中,我們發現一個用戶輸入的聯系人記錄的編輯被另一個用戶記錄為編輯。關於如何發生這種情況的任何想法,可以做些什麽來阻止它發生?
CiviCRM 4.6.2/Wordpress
在civi更改日誌中,我們發現一個用戶輸入的聯系人記錄的編輯被另一個用戶記錄為編輯。關於如何發生這種情況的任何想法,可以做些什麽來阻止它發生?
我能想到兩個主要原因。
The person doing the editing was doing it whilst logged in as the other person. Possible scenarios and suggested 'solutions' are:
The table that links wordpress user to civicrm contact record has become (or was for a while) corrupted so that the wordpress login for the editor is/was linked to the civicrm record for the other person. (This could happen for a drupal-based site if the uf_match table was corrupted. I presume there is something similar in wordpress, but I don't really know.)