Commit 8515612
Forbid empty password in authentication
The `authenticate_any_method` function now rejects any authentication
attempts with a missing or empty password.
This prevents authentication bypass issues in cases where insecure
authentication servers skip the password check if the password is empty.1 parent ac80871 commit 8515612
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5250 | 5250 | | |
5251 | 5251 | | |
5252 | 5252 | | |
| 5253 | + | |
| 5254 | + | |
| 5255 | + | |
| 5256 | + | |
| 5257 | + | |
| 5258 | + | |
5253 | 5259 | | |
5254 | 5260 | | |
5255 | 5261 | | |
| |||
0 commit comments