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
  On 1/6/2015 at 12:04 AM, Artis said:

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
  On 1/6/2015 at 12:09 AM, Artis said:

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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...