Daniel B Posted August 26, 2014 Report Posted August 26, 2014 I've posted this a few times in different threads, so I figured it might be beneficial to have it's own thread for those who might go looking for it in the future. Currently, it is not possible to merge accounts in Blesta which can sometimes cause an issue with the same client registering twice (once using their email and again using a custom username). A quick fix for this (which will likely need to be redone after Blesta updates) is to remove the option to register with a custom username. ============================== Edit this file: /plugins/order/views/templates/standard/types/registration/signup.pdt Find and [either remove or comment out]: <div class="radio"> <label> <?php $this->Form->fieldRadio("username_type", "username", ($this->Html->ifSet($vars->username_type) == "username"), array("id"=>"username_type_username")); $this->_("Signup.index.field_username_type_username"); ?> </label> </div> The result will look like this on the registration form: PauloV and Blesta Addons 2 Quote
Blesta Addons Posted August 26, 2014 Report Posted August 26, 2014 Thanks for th tip . we also need a option to disable this via blesta settings . Daniel B 1 Quote
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.