jhadley Posted April 25, 2015 Report Posted April 25, 2015 How can I stop users from changing their email address once they've signed up in Blesta? Quote
0 PauloV Posted April 25, 2015 Report Posted April 25, 2015 How can I stop users from changing their email address once they've signed up in Blesta? Hello, 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 Michael 1 Quote
0 Paul Posted April 25, 2015 Report Posted April 25, 2015 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. Michael 1 Quote
0 Jonathan Posted April 25, 2015 Report Posted April 25, 2015 This would make for a pretty good feature request - the ability to natively disallow email changes for the main contact or at least require them to re-accept the TOS or something. Quote
Question
jhadley
How can I stop users from changing their email address once they've signed up in Blesta?
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.