Sha256: 83bd455e21e70a98b70adea63d326fa590d6723a3a85dca95bff863fe950c603

Contents?: true

Size: 452 Bytes

Versions: 5

Compression:

Stored size: 452 Bytes

Contents

%p
	Hi #{identity.user.name}

%p
	We received a request to reset the password for #{identity.username}.
	You can use the button below to complete this request.
	%strong
		This reset is only valid for 24 hours

%p.text-center
	%a{ href: reset_url }

%p
	For security purposes, if you did not request this password reset,
	please contact support.

%p
	Thanx!

%ul
	%li
		Requesting IP:
		= request.ip
	%li
		Requesting User Agent:
		= request.user_agent

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ditty-0.7.2 views/emails/forgot_password.haml
ditty-0.7.1 views/emails/forgot_password.haml
ditty-0.7.0 views/emails/forgot_password.haml
ditty-0.7.0.pre.rc1 views/emails/forgot_password.haml
ditty-0.6.0 views/emails/forgot_password.haml