News:

AbanteCart v1.4.2 is released.

Main Menu

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jlocker

#1
Support / Re: Encryption method in password?
July 02, 2013, 07:06:01 AM
because i'm trying to insert users without login to control panel using form..but password encryption is not working and i can't find the session..so if i can find the session name i can develop the product page. as in if i can restrict access to product page for each user..so to do that i have to store the session name(username)..but i can't find it.can you help me to do that.
#2
Support / Re: Encryption method in password?
July 02, 2013, 12:01:20 AM
so if i save the password like md5($password) it will work or???
#3
Support / Re: Encryption method in password?
July 01, 2013, 02:50:48 AM
okkk but waht is this??



   static function generatePassword($length = 8) {
      $chars = "1234567890abcdefghijkmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
      $i = 0;
      $password = "";
      while ($i <= $length) {
         $password .= $chars{mt_rand(0, strlen($chars))};
         $i++;
      }
      return $password;
   }
#4
Support / Encryption method in password?
June 29, 2013, 07:36:59 AM
What is the password encryption method in AbanteCart 1.1.5..

Forum Rules Code of conduct
AbanteCart.com 2010 -