cdot65 / pan-os-upgrade

An efficient tool to execute configuration backups, network state snapshots, system readiness checks, and operating system upgrades of Palo Alto Networks firewalls and Panorama appliances.
https://cdot65.github.io/pan-os-upgrade/
Apache License 2.0
39 stars 9 forks source link

Fix bug in login functionality #40

Closed cdot65 closed 9 months ago

cdot65 commented 9 months ago

This pull request fixes a bug in the login functionality where users were unable to log in due to an error in the authentication process. The issue was caused by a missing validation check in the login API endpoint. This PR adds the necessary validation check to ensure that users can successfully log in.