You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 264 in pterodactyl.php only triggers if a pterodactyl user account is not found with a matching email.
this causes later issues if the user was previously created by pterodactyl and not blesta, because blesta does not verify that external user id is not null when later querying it.
when confirming if a user email already exists in pterodactyl, the plugin should also ensure the external user id has been set at some point so that the user is properly referenced in the future
unless im misreading stuff. i hope im makeing sense explaining this. i can try explaining in more detail if you want
The text was updated successfully, but these errors were encountered:
(from my understanding)
line 264 in pterodactyl.php only triggers if a pterodactyl user account is not found with a matching email.
this causes later issues if the user was previously created by pterodactyl and not blesta, because blesta does not verify that external user id is not null when later querying it.
when confirming if a user email already exists in pterodactyl, the plugin should also ensure the external user id has been set at some point so that the user is properly referenced in the future
unless im misreading stuff. i hope im makeing sense explaining this. i can try explaining in more detail if you want
The text was updated successfully, but these errors were encountered: