Skip to content

potential logic error in checking if user exists in pterodactyl when making a new service #76

Description

@Aaronstar-McClure

(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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions