admin passwort reset html email
这个提交包含在:
		
							父节点
							
								
									c7367844d2
								
							
						
					
					
						当前提交
						a572b4c234
					
				
					共有  1 个文件被更改,包括 24 次插入 和 0 次删除
				
			
		|  | @ -0,0 +1,24 @@ | ||||||
|  | <!DOCTYPE html> | ||||||
|  | <html lang="en"> | ||||||
|  | <head> | ||||||
|  |     <meta charset="UTF-8"> | ||||||
|  |     <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||||||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||||
|  |     <title>Password Reset</title> | ||||||
|  | </head> | ||||||
|  | <body> | ||||||
|  |     <p>Hello <?php echo $user_first_name; ?>,</p>
 | ||||||
|  |      | ||||||
|  |     <p>An admin initiated a password reset for your Cloudlog account.</p> | ||||||
|  |      | ||||||
|  |     <p>Click <a href="<?php echo site_url('user/reset_password/').$reset_code; ?>">here</a> to reset your password.</p> | ||||||
|  | 
 | ||||||
|  |     <p>Or copy this link into a browser: | ||||||
|  |     <?php echo site_url('user/reset_password/').$reset_code; ?></p>
 | ||||||
|  |      | ||||||
|  |     <p>If you didn't request any password reset, just ignore this email and talk to an admin of your Cloudlog instance.</p> | ||||||
|  |      | ||||||
|  |     <p>Regards,<br> | ||||||
|  |     Cloudlog</p> | ||||||
|  | </body> | ||||||
|  | </html> | ||||||
		正在加载…
	
		在新工单中引用