rabin hace 3 años
padre
commit
2322768df8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);