mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
i don't see the point in showing the reset code like that. it's already in the URL and the user has to use the link
This commit is contained in:
@@ -6,7 +6,7 @@ $message['body'] = __("Hi,
|
||||
|
||||
You or someone else has requested a password reset on your Wavelog account.") . "\n\n" .
|
||||
|
||||
sprintf(__("Your password reset code is: %s"), $reset_code) . "\n\n" .
|
||||
// sprintf(__("Your password reset code is: %s"), $reset_code) . "\n\n" .
|
||||
|
||||
sprintf(__("Click here to reset your password: %s"), site_url('user/reset_password/') . $reset_code) . "\n\n" .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user