-
-
Notifications
You must be signed in to change notification settings - Fork 148
Closed as not planned
Description
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
- Open application.
- Prompt to login
- Enter login credentials
- Tick remember me.
- Close tab.
- 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 repositoryCPU 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'
a77258cfca67355330e15f1b0c7cbc84f464b14312b5124e1fc14dba5af9d8bfContainer logs
.Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done