Jump to content

Recommended Posts

Posted

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:

blesta%20registration%20email%20only.png

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...