mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Unexpected behavior when user changes password. #67
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 @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
Is there an existing issue for this?
@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@notAreYouScared commented on GitHub (May 27, 2024):
@Boy132 The redirect is broken