-
Hi, I'm wondering if there is a method available to delete a user account using CodeIgniter Shield, or is it necessary to handle it manually? I couldn't locate any specific method for deleting a user in the When deleting a username, it's crucial to also remove any associated data for the user from Shield's MySQL tables, such as the Is there a built-in method within Shield? or is manual deletion the recommended approach? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
See https://codeigniter4.github.io/shield/user_management/managing_users/#deleting-users |
Beta Was this translation helpful? Give feedback.
-
Sorry I find the solution Shield Docs https://codeigniter4.github.io/shield/user_management/managing_users/ using
|
Beta Was this translation helpful? Give feedback.
Sorry I find the solution Shield Docs https://codeigniter4.github.io/shield/user_management/managing_users/
using