You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Contract Helper sends emails to users containing 6 digits codes or, at the registration phase, the recovery passphrase. These emails use a valid reply to field that sends an email to the NEAR Wallet team, while it should prevent such operation for privacy/confidentiality reasons.
Solution:
use a [email protected] recipient in the email, and make sure that any reply is bounced by our mail server (no copy is stored anywhere)
add specific messaging in the email, inviting users to contact the wallet team via official support channels on Zendesk:
E.g. (added number 3)
Welcome to NEAR Wallet
--
This message contains your account activation code and recovery link for satoshi-nakamoto.near. Keep this Email safe, and DO NOT SHARE IT! We cannot resend this Email.
1. Confirm your activation code to finish creating your account: 012345
2. In the event that you need to recover your account, click the link below, and follow the directions in NEAR Wallet.
Recover my Account
3. Questions? Contact our support team at nearhelp.zendesk.com/
The text was updated successfully, but these errors were encountered:
The Contract Helper sends emails to users containing 6 digits codes or, at the registration phase, the recovery passphrase. These emails use a valid
reply to
field that sends an email to the NEAR Wallet team, while it should prevent such operation for privacy/confidentiality reasons.Solution:
[email protected]
recipient in the email, and make sure that any reply is bounced by our mail server (no copy is stored anywhere)E.g. (added number 3)
The text was updated successfully, but these errors were encountered: