Forgot password in codeigniter
问题 I need to implement a forgot password to a login page. First I verify email then generate a string, after that send a link with key and email to the particular mail. I know how to reset but what happened receive the link to that mail $message= "<a href='".base_url()."user/reset_pass/$key/$email'>"; This is the link I provided. 回答1: First you need to check if session exist when user click on forgot password. if No,then set validation method for email which you will be taking from user. like