Unexpected behavior when user changes password. #67

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

Originally created by @DEV-DIBSTER on GitHub (May 27, 2024).

Current Behavior

Video Demonstration:

https://github.com/pelican-dev/panel/assets/76603072/708b4ea4-d5f8-477f-8db5-33d093a2099e

Written Description:

User goes to change their password.
User types their current password.
User types their new password twice.
User hits the change password button.
User is shown a 500 internal server error screen.
Reload will then display the login page.

Expected Behavior

Video Demonstration:

https://github.com/pelican-dev/panel/assets/76603072/bf4f6bb2-a10a-4db1-a2a8-899c596ced55

Written Description:

User goes to change their password.
User types their current password.
User types their new password twice.
User hits the change password button.
User is automatically directed back to login page.

Steps to Reproduce

https://github.com/pelican-dev/panel/assets/76603072/708b4ea4-d5f8-477f-8db5-33d093a2099e

Panel Version

1.0.0-beta2

Wings Version

v1.0.0-beta2

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

https://paste.pelistuff.com/Q7rs

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 @DEV-DIBSTER on GitHub (May 27, 2024). ### Current Behavior Video Demonstration: https://github.com/pelican-dev/panel/assets/76603072/708b4ea4-d5f8-477f-8db5-33d093a2099e Written Description: User goes to change their password. User types their current password. User types their new password twice. User hits the change password button. User is shown a 500 internal server error screen. Reload will then display the login page. ### Expected Behavior Video Demonstration: https://github.com/pelican-dev/panel/assets/76603072/bf4f6bb2-a10a-4db1-a2a8-899c596ced55 Written Description: User goes to change their password. User types their current password. User types their new password twice. User hits the change password button. User is automatically directed back to login page. ### Steps to Reproduce https://github.com/pelican-dev/panel/assets/76603072/708b4ea4-d5f8-477f-8db5-33d093a2099e ### Panel Version 1.0.0-beta2 ### Wings Version v1.0.0-beta2 ### Games and/or Eggs Affected _No response_ ### Docker Image _No response_ ### Error Logs ```bash https://paste.pelistuff.com/Q7rs ``` ### 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

@Boy132 commented on GitHub (May 27, 2024):

Please provide panel logs.
tail -n 150 /var/www/pelican/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99

@Boy132 commented on GitHub (May 27, 2024): Please provide panel logs. `tail -n 150 /var/www/pelican/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99`
Author
Owner

@notAreYouScared commented on GitHub (May 27, 2024):

@Boy132 The redirect is broken

image

@notAreYouScared commented on GitHub (May 27, 2024): @Boy132 The redirect is broken ![image](https://github.com/pelican-dev/panel/assets/1757840/08d4a9bd-63f7-45fc-bf3e-95702a496ad3)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#67