Jump to content
  • 0

Stopping Users Changing Their Email Address


jhadley

Question

4 answers to this question

Recommended Posts

  • 0

How can I stop users from changing their email address once they've signed up in Blesta?

 

 

Hello, :blesta:

 

the easy way is to put the field readonly, on the template.

 

Open the file with any code editor (Recomend: NotePad ++): 

 

/[your-blesta-dir]/app/views/client/bootstrap/client_main_edit.pdt

 

After the last line of that file add this code:

<script type="text/javascript">
	$(document).ready(function() {
        $("#email").prop('disabled', true);
    });
</script>

save the file and replace it :)

 

Hope that helps ;)

 

Regards,

PV

Link to comment
Share on other sites

  • 0

There's also a history of these kinds of changes under Tools > Logs > Contacts, where you can see what information was changed whenever someone updates their information. In the future this will be displayed on a clients profile page for staff usage and provide the ability to roll back the information.

Link to comment
Share on other sites

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