Skip to content

[BUG] Authentication does not respect settings or cookies #318

@DrBazUK

Description

@DrBazUK

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

New update appears to have broken the authentication settings. - Applies to both Sonarr and Radarr.

Expected Behavior

If "Disabled for local addresses" is checked, don't force user login.
If remember me is checked in authentication forms, set a cookie and respect it.

Steps To Reproduce

  1. Open application.
  2. Prompt to login
  3. Enter login credentials
  4. Tick remember me.
  5. Close tab.
  6. Launch application again- get prompted for username and password again.

This applies even when "Disabled for local addresses" is checked in settings.

Environment

- OS: Unraid
- How docker service was installed: Linuxserver repository

CPU architecture

x86-64

Docker creation

docker create
  --name='sonarr'
  --net='proxynet'
  --pids-limit 2048
  -e TZ="Europe/London"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="server"
  -e HOST_CONTAINERNAME="sonarr"
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8989]/system/status'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/sonarr-logo.png'
  -p '8989:8989/tcp'
  -v '/mnt/user/data/':'/data':'rw'
  -v '/mnt/user/appdata/sonarr':'/config':'rw' 'lscr.io/linuxserver/sonarr'
a77258cfca67355330e15f1b0c7cbc84f464b14312b5124e1fc14dba5af9d8bf

Container logs

.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions