Ignore:
Timestamp:
Apr 24, 2009, 3:23:32 PM (15 years ago)
Author:
wade
Message:
  • 2009-04-23 加入 forget_password.php 的 UTF8 編碼。
  • 2009-04-23 新增 log 檔。
  • 2009-04-24 判斷 forget_password.php 中使用者輸入的帳號與密碼是否符合。


File:
1 edited

Legend:

Unmodified
Added
Removed
  • hadoop-register/etc/funs.php

    r59 r63  
    9292    function get_new_password()
    9393    {
    94       return rand();
    95     }
     94      return rand();
     95    }
    9696
    97     function test()
    98     {
    99       echo "<br>========";
    100       echo "<br>this is in W_user->test() <br>";
    101             $str = "<br><A href=http://" . "$w_localhost" . "check_activate_code.php?user=" .
    102                $this->user . "&" . "act=" . $this->activate_code . ">啟動 Hadoop 帳號</A>";
    103       //echo $this->user;
    104       //echo $this->activate_code;
    105     }
    106   }
     97    function test()
     98    {
     99      echo "<br>========";
     100      echo "<br>this is in W_user->test() <br>";
     101      $str = "<br><A href=http://" . "$w_localhost" . "check_activate_code.php?user=" .
     102      $this->user . "&" . "act=" . $this->activate_code . ">啟動 Hadoop 帳號</A>";
     103      //echo $this->user;
     104      //echo $this->activate_code;
     105      }
     106    }
    107107?>
Note: See TracChangeset for help on using the changeset viewer.