mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Panel throws 500 after using SMTP Password with punctuation #491
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DTheIcyDragon on GitHub (Nov 16, 2025).
Current Behavior
Passwords with punctuation (I don't know which exacty) makes the panel throw 500's until removal from the .env
Expected Behavior
I can use Punctuation in passwords
Steps to Reproduce
Add the smtp server and include punctuation in the password -> Specific password
ZMO'S7%"`$|Vp]|ff~t[bB1yI suspect it's the same issue as with #1561
Panel Version
beta28
Wings Version
beta19
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@rmartinoscar commented on GitHub (Nov 16, 2025):
Turns out the fix they proposed https://github.com/laravel/framework/pull/56498 breaks as soon as you have both
'and"within the same string.@lancepioch commented on GitHub (Jan 14, 2026):
Add quotes to surround your .env values
This isn't a Pelican issue, sorry