Jump to content
  • 0

Disable - Delete Client


Question

Posted

I want to disable option that client can't delete profile. Where I need to search (I just need to delete that menu).

 

It is for security reasons.

 

(I'm using blesta 3.4)

 

Thanks

5 answers to this question

Recommended Posts

  • 0
Posted

Well, now I have one situation that one of clients create few problems on my server and he just delete everything from profile.

 

Is it possible to disable that user can delete/remove contact from his profile ?

  • 0
Posted

Well, now I have one situation that one of clients create few problems on my server and he just delete everything from profile.

 

Is it possible to disable that user can delete/remove contact from his profile ?

 

By contact do you mean Address, Full name etc on the change page?

  • 0
Posted

Yes :)

 

Ok Install this plugin: Css Javascript Html Toolbox Plugin by Naja7host, you can get it from the marketplace or get linked to it from the Blesta Addons on my signature.

 

Then do:

Custom CSS >> Advanced


Controllers: client_main_edit

Markup to set in: <Head> tag

#first_name, #last_name, #company, #address1, #address2, #city, #country, #state, #zip, #email{
display:none;
}

That will hide them haha, In a later version of Blesta you can disable fields. Or you could edit the template for the client_main_edit, but you'll have to replace it every time.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...