Usman Iqbal
Usman Iqbal

Reputation: 2429

How to uninstall yii rights and user

I installed yii user and rights successfully then i did some changes in my database and synchronize it , but now it is not working good, i want to remove this yii user and rights extension

Upvotes: 0

Views: 410

Answers (1)

hamed
hamed

Reputation: 8033

Uninstalling an extension isn't a hard work in yii. Just removing extension configuration from config/main.php can disable an extension. But for completely remove user and rights extensions, you can do the following two works in addition to first step:

  • Remove all related user and rights table form database
  • Remove user and rights folder from extensions

Upvotes: 0

Related Questions