| Commit message (Collapse) | Author | Files | Lines |
|
Binding on 0.0.0.0 when :: is specified in the bind_addresses is now allowed.
This causes a warning explaining the behaviour.
Configuration changed to match.
See #2232
Signed-off-by: Silke Hofstra <silke@slxh.eu>
|
|
Most deployments are on Linux (or Mac OS), so this would actually bind
on both IPv4 and IPv6.
Resolves #1886.
Signed-off-by: Willem Mulder <willemmaster@hotmail.com>
|
|
|
|
|
|
This was introduced in d7ea8c4 / PR #2728
|
|
Wire the custom login type support from password providers into the UI-auth
user-validation flows.
|
|
Collect together all the places that validate a logged-in user via UI auth.
|
|
Instead of returning False when auth is incomplete, throw an exception which
can be caught with a wrapper.
|
|
|