
內容簡介
此外掛需要 WP Migrate DB Pro 或 WP Migrate DB。
使用 WP Migrate DB(匯出)或 WP Migrate DB Pro(匯出、拉取或推送)匯出/拉取/推送數據庫時,確保不含任何使用者個人資料。
啟用外掛後,將自動啟用匿名化功能,欲停用時,需要先停用此外掛。
匿名化的使用者資料包括以下表格數據:
users
usermeta
comments
支援的外掛:
WooCommerce
若要保留 users 表格中特定行,請使用 WPMDB_ANONYMIZATION_USER_LOGIN_WHITELIST 常數設置白名單,並用逗號隔開每個使用者登入名稱。
若要用雜湊的預設密碼替換所有密碼,請使用 WPMDB_ANONYMIZATION_DEFAULT_PASSWORD 常數設置密碼。
此外掛的組態規則可透過篩選器擴充。詳細請參閱 了解詳情。
外掛標籤
開發者團隊
原文外掛簡介
This addon requires WP Migrate DB Pro or WP Migrate DB.
Ensure no user personal data is included when a database is exported, pulled or pushed using WP Migrate DB (export) or WP Migrate DB Pro (export, pull, push).
When the plugin is activated it will anonymize by default. You will need to deactivate the plugin to turn it off.
User data is anonymized and includes data from the following tables:
users
usermeta
comments
Supported plugins:
WooCommerce
To preserve specific rows in the users table, use the WPMDB_ANONYMIZATION_USER_LOGIN_WHITELIST constant to set a whitelist of comma separated user logins.
To replace all passwords with a hashed default password, set the password using the WPMDB_ANONYMIZATION_DEFAULT_PASSWORD constant.
The configuration rules can be extended with a filter. Learn how.
