Panel throws 500 after using SMTP Password with punctuation #491

Closed
opened 2026-02-05 17:40:48 +03:00 by OVERLORD · 2 comments
Owner

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[bB1y
I 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?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
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[bB1y``` I 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 ```bash ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@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.

@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.
Author
Owner

@lancepioch commented on GitHub (Jan 14, 2026):

Add quotes to surround your .env values

This isn't a Pelican issue, sorry

@lancepioch commented on GitHub (Jan 14, 2026): Add quotes to surround your .env values This isn't a Pelican issue, sorry
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#491