The business logic of disabling and enabling is customized by you. You can create an operation in the controller to perform some permission control based on the user's status value.
This is not covered in the course, and it is not difficult to implement.
~~~
Did your database operation succeed?
The business logic of disabling and enabling is customized by you. You can create an operation in the controller to perform some permission control based on the user's status value.
This is not covered in the course, and it is not difficult to implement.