pterodactyl / whmcs

WHMCS Module for Pterodactyl (v0.7.3 and higher)
MIT License
183 stars 77 forks source link

Replace user resolution code #152

Open danny6167 opened 1 month ago

danny6167 commented 1 month ago

Replaces the user resolution code with a separate function find (or create) and return a user. Makes the code cleaner and replaces some faulty logic that was using data from users with a partial email address match.

Fixes https://github.com/pterodactyl/whmcs/issues/151