In the end it was too easy. I added this word " required/" and "minlength="6"" here: File oc-content/plugins/backoffice_manager/form/form_passwrd.php
<input type="text" style="float:left;" name="bo_mgr_passwrd" id="bo_mgr_passwrd" placeholder="<?php _e('Enter your password', 'backoffice_manager'); ?>" value="<?php if($item_my['passwrd'] <> ''){echo $item_my['passwrd']; } else { echo Params::getParam('passwrd'); } ?>" size="20" minlength="6" maxlength="20" required />
and it works perfectly.
This message that comes out "Please enter at least 6 characters.", in which file is it? I want to translate it but I can't find it