|
|
@@ -31,14 +31,13 @@ class RequestReset: |
|
|
|
|
|
|
|
|
sendmail( |
|
|
sendmail( |
|
|
'Reset your Beelance password', |
|
|
'Reset your Beelance password', |
|
|
""" |
|
|
|
|
|
Hi! |
|
|
|
|
|
|
|
|
"""Hi! |
|
|
|
|
|
|
|
|
Someone requested a password reset for your account. If that wasn't you you can ignore this email. |
|
|
|
|
|
|
|
|
Someone requested a password reset for your account. If you didn't request this, you can ignore this email. |
|
|
|
|
|
|
|
|
If you want to reset your password, log in with this password: {password} |
|
|
|
|
|
Then you will be able to set a new password. |
|
|
|
|
|
""".format(password=password), |
|
|
|
|
|
|
|
|
If you want to reset your password, log in with this password: {password} |
|
|
|
|
|
Then you will be able to set a new password. |
|
|
|
|
|
""".format(password=password), |
|
|
"", |
|
|
"", |
|
|
data.email, |
|
|
data.email, |
|
|
) |
|
|
) |
|
|
|