• JC Brand's avatar
    Honour the `auto_login` flag · afa25434
    JC Brand authored
    by not logging in automatically when `auto_login` is `false` and we're
    using anonymous, external or prebind authentication.
    
    For `authentication` set to `login` the situation is much more
    ambiguous, since we don't have a clear distinction between wether we're
    restoring a previous session (`keepalive`) or whether we're
    automatically setting up a new session (`auto_login`).
    
    So currently if *either* `keepalive` or `auto_login` is `true` and
    `authentication` is set to `login`, then Converse will try to log the
    user in.
    afa25434
configuration.rst 55.1 KB