Create new user : can i disable?

nemesis82

Active Member
Hi guys,
as post title, can i disable a create new user option per customer ?
My customer don’t want enabled this option, it only want subscription or import but not manually create new users.

Thanks
 
hi guys,
sorry for late delay but very busy in this day :)
If could be useful for other people, this was my solution ( simply disable the "Create New" button in Subscribers Page ) :
Edit this file :
../apps/customer/views/list_subscribers/index.php
And comment this line :
->add(CHtml::link(IconHelper::make('create') . Yii::t('app', 'Create new'), array('list_subscribers/create', 'list_uid'............

bye
 
Back
Top