vikunhja mailer password with special characters (possibly just $) doesn't work #2124

Closed
opened 2024-02-19 15:19:20 +00:00 by zombiehoffa · 3 comments

Description

if I pass a password with special characters but especially a $ send fails for test email. I'm hoping it's not an actual security issue and just a fail. It would be nice if this worked with special characters in password.

Vikunja Version

23.0 latest docker image

Browser and version

cli

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

you need an NA option for can reproduce on demo site because I don't have cli/docker compose access to the demo site.

### Description if I pass a password with special characters but especially a $ send fails for test email. I'm hoping it's not an actual security issue and just a fail. It would be nice if this worked with special characters in password. ### Vikunja Version 23.0 latest docker image ### Browser and version cli ### Can you reproduce the bug on the Vikunja demo site? No ### Screenshots you need an NA option for can reproduce on demo site because I don't have cli/docker compose access to the demo site.
zombiehoffa added the
kind/bug
label 2024-02-19 15:19:20 +00:00
Owner

How are you hosting Vikunja? How are you passing the password?

The $ sounds like a yaml problem.

How are you hosting Vikunja? How are you passing the password? The `$` sounds like a yaml problem.
Author

yes, docker compose. I had to put the password in quotes for it to work, otherwise I would get another variable created at the $. with the quotes it appears too to pass correctly but then fail on attempting to login.

yes, docker compose. I had to put the password in quotes for it to work, otherwise I would get another variable created at the $. with the quotes it appears too to pass correctly but then fail on attempting to login.
Owner

That's a problem of the yaml spec / docker compose: https://github.com/docker/compose/issues/9757

Closing as not Vikunja related.

That's a problem of the yaml spec / docker compose: https://github.com/docker/compose/issues/9757 Closing as not Vikunja related.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#2124
No description provided.