Skip to content

Conversation

@nicozanf
Copy link
Collaborator

Get plain text password directly from request.
On Windows this is needed because form.vars.get("password", "") returns an hashed password instead of the plain password. On Linux, instead, form.vars.get("password", "") == request.forms.get("password", "")

It fix #987

Get plain text password directly from request.
On Windows this is needed because form.vars.get("password", "") returns an hashed password instead of the plain password.
On Linux, instead, form.vars.get("password", "")  ==  request.forms.get("password", "")
@mdipierro mdipierro merged commit 0926386 into master Jul 14, 2025
5 checks passed
@nicozanf nicozanf deleted the nicozanf-patch-1 branch July 20, 2025 17:43
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.

Ldap/ad authentication does not work on windows

3 participants