我正在为我的应用程序使用 Tank-Auth。我唯一的问题是激活和重置帐户密码。
用于登录、注册、注销;我对这些代码没有问题;
$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