rabin пре 3 година
родитељ
комит
2322768df8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      service/agent/src/My.php

+ 1 - 1
service/agent/src/My.php

@@ -770,7 +770,7 @@ class My extends Core
         }
 
         $where['where_id'] = $this->uid;
-        $where['password'] = sha1($pass);
+        $where['password'] = $pass;
 
         Dever::db('agent/member')->update($where);