Closed Sascha8a closed 7 years ago
The authentication can be enabled/disabled via the server configuration, have you maybe set the auth.enabled
property to false
?
It's defenetively enabled, otherwise the auth-guard wouldn't show up..
On 2 Nov 2017 14:44, "Markus Klein" notifications@github.com wrote:
The authentication can be enabled/disabled via the server configuration, have you maybe set the auth.enabled property to false?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PRIArobotics/hedgehog-ide/issues/37#issuecomment-341424893, or mute the thread https://github.com/notifications/unsubscribe-auth/AGndbbmaoqxd7bVuKFr-re_brq9HKTjbks5sycc4gaJpZM4QPcs4 .
Apparently, the username
and password
variables are reset before the HTTP request with the login credentials is being sent. We will soon publish a patch release fixing this issue.
Thanks for submitting 👍
Fixed with version 1.2.1 (82e9455dead36561312c05e14c54c63ca243cb14).
On the newest release (1.2.0) authentication doesn't work at all. The post data from the browser to the server doesn't contain the username and password, just simple empty strings.