Skip to content

Conversation

@RealHurrison
Copy link

This condition checks the length of 'param2' (password) instead of 'param3' (ent_username) before adding '-u' and 'ent_username' to the arguments. It should check if 'param3' is not empty.

This condition checks the length of 'param3' (ent_username) instead of 'param4' (ent_identity) before adding '-a' and 'ent_identity' to the arguments. It should check if 'param4' is not empty.

This condition checks the length of 'param2' (password) instead of 'param3' (ent_username) before adding '-u' and 'ent_username' to the arguments. It should check if 'param3' is not empty.

This condition checks the length of 'param3' (ent_username) instead of 'param4' (ent_identity) before adding '-a' and 'ent_identity' to the arguments. It should check if 'param4' is not empty.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant