mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Can't delete user from cli in no-interaction mode #130
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 @rmartinoscar on GitHub (Jul 12, 2024).
Current Behavior
Unable to remove a user in no-interaction/quiet mode
it returns
(I'v checked the data in sqlite and they are correct so he found the user but think it didn't for some reason)
Expected Behavior
Should succeed and print
Steps to Reproduce
php artisan p:user:delete -n --user=5(same happens with email instead of id)Panel Version
1.0.0-beta6
Wings Version
1.0.0-beta3
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
No response
Is there an existing issue for this?