diff src/api/change_email_1.json.luan @ 59:02d8876dc41d

improve change email
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 29 Nov 2022 18:45:22 -0700
parents 31c895b73bd0
children
line wrap: on
line diff
--- a/src/api/change_email_1.json.luan	Tue Nov 29 16:09:17 2022 -0700
+++ b/src/api/change_email_1.json.luan	Tue Nov 29 18:45:22 2022 -0700
@@ -25,7 +25,7 @@
 		body = output_of(function() %>
 Change your email address to <%=email%> by clicking this link:
 
-<%=base_url%>/change_email.html?email=<%=url_encode(email)%>&password1=<%=password%>
+<%=base_url%>/change_email.html?email=<%=url_encode(email)%>&password=<%=password%>
 
 If you don't want to change your email address, then don't click on the link.
 <%		end)