4
我正在爲我的應用程序使用Tank-Auth。我唯一的問題是激活並重置賬戶密碼。Tank Auth的Codeigniter路由設置
用於登錄,註冊,註銷;這些代碼我沒有問題;
$route['login'] = "/auth/login";
$route['logout'] = "/auth/logout";
$route['register'] = "/auth/register";
但是,對於激活帳戶和重置密碼,這些代碼不起作用;
$route['activate/:num/:any'] = "/auth/activate/$1/$2";
$route['reset_password/:num/:any'] = "/auth/reset_password/$1/$2";
PS:「激活」後的第一個段是「用戶ID」和第二區段是這樣的鍵:example.com/activate/2/4784322e48916efec1153c53d25453c7