Jump to content

Radix

Members
  • Posts

    19
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Radix got a reaction from Paul in module_row in $vars while creating new package   
    Nevermind, i managed to solve it...
  2. Like
    Radix got a reaction from Michael in module_row in $vars while creating new package   
    Nevermind, i managed to solve it...
  3. Like
    Radix got a reaction from Michael in Include Js Using Sethtml   
    Yes i fixed it. Thanks for the help. I really appreciate it.
  4. Like
    Radix reacted to Blesta Addons in Include Js Using Sethtml   
    the code you have pas should be like this :

    $fields->setHtml("                 <script type = 'text/javascript' src = '/path-to-js/jquery.min.js'></script>                 <script type = 'text/javascript'>                     $(window).load(function(){                         $('#selectId').prepend(\"<option value=''>__Select option__</option>\").val();                     });                     </script>                ");
  5. Like
    Radix got a reaction from Michael in Database Access   
    Hi,
     
    Guys thanks for the heads up. I was not asking about encrypting or decrypting a user password. The link provided by Licensecart helped me. Yes i did read they are one way hashes.
     
    Anyways i got my solution.
     
    Your software is easy to use and understand. Great Work. Great Help. Thanks a lot!!! ....
     
    I'll keep posting if i face any other problems
  6. Like
    Radix reacted to Michael in Database Access   
    Please see: http://www.blesta.com/forums/index.php?/topic/4259-encryption-in-blesta/?p=31692
  7. Like
    Radix reacted to Michael in Database Access   
    Have a look at Enom's module for it, but again they shouldn't use a password but a hash for APIs in my opinion.
  8. Like
    Radix reacted to Tyson in Database Access   
    You can't decrypt user passwords in Blesta because passwords in Blesta are not encrypted. They are one-way hashes.
     
    There is no valid case where you should know someone else's password. If a user cannot login for some reason, they should change their password to something else.
×
×
  • Create New...