Jump to content

How to stop customers change their account name details


Si

Recommended Posts

  • Replies 66
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...

Thank you for this post!

I just discovered the need to implement this code. Client wanted to cancel, and rather than using our standard cancel process they decided to try to skew the record by changing the name and address info on the account. Canceled or not, I still need to keep the records accurate :|

 

I'll be getting this taken care of without delay!

 

thank you again!

Link to comment
Share on other sites

  • 5 weeks later...

Thanks "Si" works fine in 3.6.1 too.

 

However I've restricted the client from changing the EMail ID and Address too.

 

Preventing EMAIL id change might also help in case someone's clientArea Password is stolen. Hacker/kiddie would not be able to access it once the forget password option has been used by Original Client, and much more.

 

Also i've used Text stating "Please Raise a Support request should you need to change above Contact details/ownership".

 

Thanks again Si.

Link to comment
Share on other sites

  • 2 weeks later...

Nice work and I think WHMCS might want to integrate something similar.

 

Another idea would be to make it where the client can change the information but it isn't registered in the system as a change until the administrator approves it. If it is no approved then the changes revert back to the original state.

 

This should almost be a standard option.

Link to comment
Share on other sites

Hi,

 

Very nice work. But I try do it in the custom fileds and it not function well.

 

The custom code is

 

{if $customfields}

<br />

<table cellspacing="1" cellpadding="0" class="frame"><tr><td>

<table width="100%" cellpadding="2">

{foreach key=num item=customfield from=$customfields}

<tr><td width="150" class="fieldarea">{$customfield.name}</td><td>{$customfield.input} {$customfield.required}</td></tr>

{/foreach}

</table>

</td></tr></table>

{/if}

 

Can you help me to change this for the customer not edit it?

 

Thank you.

Link to comment
Share on other sites

Hi Serverweb,

 

The code in the file clientareadetails.tpl is the below

 

{if $customfields}

<br />

<table cellspacing="1" cellpadding="0" class="frame"><tr><td>

<table width="100%" cellpadding="2">

{foreach key=num item=customfield from=$customfields}

<tr><td width="150" class="fieldarea">{$customfield.name}</td><td>{$customfield.input} {$customfield.required}</td></tr>

{/foreach}

</table>

</td></tr></table>

{/if}

 

Please, where I change the code and put your tip?

 

Thank you

Link to comment
Share on other sites

Hi,

 

Try the code below.

.1.value is the ID number of the custom field in the tblcustomfields table.

 

{if $customfields}

<br />

<table cellspacing="1" cellpadding="0" class="frame"><tr><td>

<table width="100%" cellpadding="2">

{foreach key=num item=customfield from=$customfields}

<tr><td width="150" class="fieldarea">{$customfield.name} </td><td>{$customfields.1.value} {$customfield.required}</td></tr>

{/foreach}

</table>

</td></tr></table>

{/if}

Link to comment
Share on other sites

  • 1 month later...
Thanks "Si" works fine in 3.6.1 too.

 

However I've restricted the client from changing the EMail ID and Address too.

 

Preventing EMAIL id change might also help in case someone's clientArea Password is stolen. Hacker/kiddie would not be able to access it once the forget password option has been used by Original Client, and much more.

 

Also i've used Text stating "Please Raise a Support request should you need to change above Contact details/ownership".

 

Thanks again Si.

 

This is an awesome contribution. Thanks, Si!

 

gnpk: How did you do the above? I'd love to implement something like that.

 

Thanks in advance.

Link to comment
Share on other sites

  • 1 month later...
Hello - how would this work now as clients can add extra contacts - is there a way to disable adding new contacts or something?

 

thanks

 

daniel

 

You could always add new contacts. That makes absolutely no difference to this mod as it only affects the primary account holder. You don't get involved with editing any other files re additional contacts (why would you?).

 

Just follow the instructions that are provided.

 

Si

Link to comment
Share on other sites

  • 6 months later...

Silly question.

 

Can this also be applied to the address of the account which would only allow a member to be able to change their phone number and email address?

 

If so, can somebody help with the code needed as i have had a quick play with no luck.

 

Thanks guys.

Link to comment
Share on other sites

  • 5 months later...

Join the conversation

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

Guest
Reply to this topic...

×   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.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated