Commit 0926386
authored
Fix login problem on Windows (#988)
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", "")1 parent fbb321d commit 0926386
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1673 | 1673 | | |
1674 | 1674 | | |
1675 | 1675 | | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
1676 | 1680 | | |
1677 | | - | |
| 1681 | + | |
1678 | 1682 | | |
1679 | 1683 | | |
1680 | 1684 | | |
| |||
0 commit comments