Jump to content

ademe

Members
  • Posts

    5
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    ademe reacted to Michael in New Account Not Created In Whm - Password Too Weak   
    You should have kept that on in my opinion, since all you need is a number as a symbol to make it pass the 65 limit. Otherwise you will be moaned at when they are hacked.
  2. Like
    ademe got a reaction from Beav in New Account Not Created In Whm - Password Too Weak   
    i use cpanelextend module, open up the module inside components folder and find the main php files, here for cpanelextended the files is; cpanelextended.php, then find; function generatePassword , and look for ;
    public function generatePassword($length = 8) { replace to 12 and it would be like this;
    public function generatePassword($length = 12) { then finish..
     
    see here for more details;

     
  3. Thanks
    ademe got a reaction from MistaGrk in New Account Not Created In Whm - Password Too Weak   
    i use cpanelextend module, open up the module inside components folder and find the main php files, here for cpanelextended the files is; cpanelextended.php, then find; function generatePassword , and look for ;
    public function generatePassword($length = 8) { replace to 12 and it would be like this;
    public function generatePassword($length = 12) { then finish..
     
    see here for more details;

     
  4. Like
    ademe got a reaction from Beav in New Account Not Created In Whm - Password Too Weak   
    i have figure out myself by changing the generate password length .. it is better than lower the security level on my hosting, it is risky.
  5. Like
    ademe got a reaction from MineHarvest66 in New Account Not Created In Whm - Password Too Weak   
    i have figure out myself by changing the generate password length .. it is better than lower the security level on my hosting, it is risky.
  6. Like
    ademe reacted to Dany Kurniawan in Hide Client Menu Link "Payment Accounts"   
    oke sir.
    i have found the way i have to edit.
    find this code on app/views/client/bootstrap/structure.pdt
    ....... </li> <?php } ?> //add the code below here </ul> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> ....... repalce the "//add the code below here" with the code below :
    <li class="dropdown"> <a class="dropdown-toggle" href="main-menu-link-to-navigate" data-toggle="dropdown"><i class=""></i>Main Menu To Show <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="link-to-navigate-1"><i class=""></i>Dropdown Menu To Show 1</a></li> <li><a href="link-to-navigate-2"><i class=""></i>Dropdown Menu To Show 2</a></li> </ul> </li>  
    and here is the result :
     

     
    Hope this will help anyone that want to edit the nav-menu using dropdown style.
    Thanks sir @Licensecart for your clue.
×
×
  • Create New...