mgt c10 checkpoint with debug
This commit is contained in:
		
							
								
								
									
										10
									
								
								backend/app/templates/email/reset_password.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								backend/app/templates/email/reset_password.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
<!doctype html>
 | 
			
		||||
<html>
 | 
			
		||||
	<body>
 | 
			
		||||
		<p>User {{ user.username }} requested password reset.</p>
 | 
			
		||||
		<p>Reset link:</p>
 | 
			
		||||
		<p><a href="{{ hostname }}{{ url_for('reset_password', token=token) }}">click here</a>
 | 
			
		||||
		<p>If you did not request this, ignore this message.</p>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user