diff --git a/app/views/notifier/lost_password.text.html.rhtml b/app/views/notifier/lost_password.text.html.rhtml new file mode 100644 index 000000000..341240ea8 --- /dev/null +++ b/app/views/notifier/lost_password.text.html.rhtml @@ -0,0 +1,8 @@ +

Hi,

+ +

Someone (possibly you) has asked for the password to be reset on this + email addresses openstreetmap.org account.

+ +

If this is you, please click the link below to reset your password.

+ +

<%= @url %>

diff --git a/app/views/notifier/lost_password.rhtml b/app/views/notifier/lost_password.text.plain.rhtml similarity index 100% rename from app/views/notifier/lost_password.rhtml rename to app/views/notifier/lost_password.text.plain.rhtml diff --git a/app/views/notifier/reset_password.text.html.rhtml b/app/views/notifier/reset_password.text.html.rhtml new file mode 100644 index 000000000..a99ca378e --- /dev/null +++ b/app/views/notifier/reset_password.text.html.rhtml @@ -0,0 +1,3 @@ +

Hi,

+ +

Your password has been reset to <%= @pass %>

diff --git a/app/views/notifier/reset_password.rhtml b/app/views/notifier/reset_password.text.plain.rhtml similarity index 100% rename from app/views/notifier/reset_password.rhtml rename to app/views/notifier/reset_password.text.plain.rhtml diff --git a/app/views/notifier/signup_confirm.text.html.rhtml b/app/views/notifier/signup_confirm.text.html.rhtml new file mode 100644 index 000000000..2272b0152 --- /dev/null +++ b/app/views/notifier/signup_confirm.text.html.rhtml @@ -0,0 +1,8 @@ +

Hi,

+ +

Someone (hopefully you) would like to create an account over at + <%= SERVER_URL %>.

+ +

If this is you, please click the link below to confirm that account.

+ +

<%= @url %>

diff --git a/app/views/notifier/signup_confirm.rhtml b/app/views/notifier/signup_confirm.text.plain.rhtml similarity index 100% rename from app/views/notifier/signup_confirm.rhtml rename to app/views/notifier/signup_confirm.text.plain.rhtml