
內容簡介
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<h2>WordPress 外掛介紹:Kotaqx 批量使用者導入器</h2>
<p>這款 Kotaqx 批量使用者導入器協助管理員快速從 CSV 檔案中導入使用者。它支持角色指定、隨機密碼生成,並具備使用者友好的界面來追蹤進度。</p>
<h3>功能特點:</h3>
<ul>
<li>上傳並導入 CSV 中的使用者</li>
<li>可選項目:名字、姓氏、密碼、角色</li>
<li>角色驗證,並回到「訂閱者」</li>
<li>如果未提供,則隨機生成密碼</li>
<li>使用 AJAX 實現進度條的導入</li>
<li>記錄跳過使用者和原因</li>
<li>支持使用分塊處理的大型 CSV 檔案</li>
</ul>
<h3>CSV 格式:</h3>
<ul>
<li>樣本標題:</li>
<ul>
<li>使用者名稱、電子郵件、名字、姓氏、密碼、角色</li>
</ul>
<li>使用者名稱和電子郵件為必填</li>
<li>密碼、名字、姓氏和角色為選填</li>
<li>如果角色無效或空白,則使用者將被創建為訂閱者</li>
</ul>
</body>
</html>
外掛標籤
開發者團隊
原文外掛簡介
Kotaqx Bulk User Importer helps administrators to quickly import users from a CSV file. It supports role assignment, random password generation, and progress tracking with a user-friendly interface.
Features:
Upload and import users from CSV
Optional fields: first_name, last_name, password, role
Role validation with fallback to “subscriber”
Random password generation if not provided
AJAX-powered import with progress bar
Logging for skipped users and reasons
Supports large CSV files using chunked processing
CSV Format
Sample headers:
username,email,first_name,last_name,password,role
username and email are required
password, first_name, last_name, and role are optional
If role is invalid or empty, user is created as a subscriber
