Force email address as client's username. Print

  • 0

To force clients to use their email address as their username you can do it either one of these ways:

  1. You can edit the template (Every time Blesta is updated) by following the tutorial from Daniel B here.

  2. Or you can install the Css Javascript Toolbox plugin from Naja7Host and only edit it once.

If you are using the Magic Box you will need to do the following:

Add Custom css: simple
pages : client side
Markup to set in : head tag
CSS To Add :
#username_type_username {display:none}
[for="username_type_username"] { display: none;}



Please note this has been improved in Blesta 3.4 as CORE-547, where there will be an option to disable it in the settings.


Was this answer helpful?

« Back