Mercurial Hosting > freedit
comparison 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 |
comparison
equal
deleted
inserted
replaced
58:31c895b73bd0 | 59:02d8876dc41d |
---|---|
23 To = to | 23 To = to |
24 Subject = "Change Email" | 24 Subject = "Change Email" |
25 body = output_of(function() %> | 25 body = output_of(function() %> |
26 Change your email address to <%=email%> by clicking this link: | 26 Change your email address to <%=email%> by clicking this link: |
27 | 27 |
28 <%=base_url%>/change_email.html?email=<%=url_encode(email)%>&password1=<%=password%> | 28 <%=base_url%>/change_email.html?email=<%=url_encode(email)%>&password=<%=password%> |
29 | 29 |
30 If you don't want to change your email address, then don't click on the link. | 30 If you don't want to change your email address, then don't click on the link. |
31 <% end) | 31 <% end) |
32 } | 32 } |
33 return { | 33 return { |