Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login fails when the password is too complex #1059

Open
5 tasks done
update-freak opened this issue Dec 15, 2024 · 0 comments
Open
5 tasks done

Login fails when the password is too complex #1059

update-freak opened this issue Dec 15, 2024 · 0 comments

Comments

@update-freak
Copy link

Describe the bug

I created a docker container with the following docker compose

services:
podfetch:
image: samuel19982/podfetch:latest
container_name: PodFetch
user: 1026:100
ports:
- 4135:8000
volumes:
- /volume1/docker/podfetch/podcasts:/app/podcasts:rw
- /volume1/docker/podfetch/db:/app/db:rw
environment:
- POLLING_INTERVAL=300
- SERVER_URL=https://podfetch.beispiel.dynv6.net/
- DATABASE_URL=sqlite:///app/db/podcast.db
- BASIC_AUTH=true
- USERNAME=Felix
- PASSWORD=L#xmUgqw$Wi9&F@H
- GPODDER_INTEGRATION_ENABLED=true
restart: unless-stopped

When I try to login I got this message:
bild

Then I found out that e.g. this password d34gtfcw4g2fv was ok.

Reproduction

Use as login-password L#xmUgqw$Wi9&F@H in the docker compose

System Info

Synology NAS DSM 7.2 with Docker

Used Package Manager

npm

Validations

  • Follow our Code of Conduct
  • Read the Contributing Guide.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
  • The provided reproduction is a minimal reproducible of the bug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant