83ad5a0b9c
Issue: list_plesk_users() in user-manager.sh was trying to query MySQL but the query was failing, resulting in 0 users detected on Plesk. Fix: 1. Added plesk_list_users() to plesk-helpers.sh that uses: - Plesk CLI: 'plesk bin client --list' (primary) - Fallback: Scan /var/www/vhosts directories 2. Updated list_plesk_users() in user-manager.sh to: - First try plesk_list_users() if available - Then try MySQL query - Last resort: directory scan This should now detect Plesk users from either Plesk API or filesystem fallback. Testing: Will verify on Plesk server