You need to sign in to do that
Don't have an account?

How can I set a user to not have there login information refreshed after sandbox refresh?
I have users that have sandboxes but the issue is when I refresh the boxs for them the email gets changed to the default @example.com one. How can I setup a user for a sandbox so the email does not change?
This is more of a security measure added by Salesforce to ensure that any of the processes / workflows spam the production users email addresses unnecessarily.
Only the user who refreshes the sandbox will retain the original email address.
Please refer the link below for more details.
https://help.salesforce.com/articleView?id=000193090&language=en_US&type=1
With that being said, if you want to retain the original email address for all the users or a certain group of users (System Administrators for example), you can write a batch job to do that, which can be called during the Sandbox refresh.
Typically, tanner.russell@mycompany.com is translated into tanner.russell=mycompany.com@example.com, which should not be very difficult to reverse engineer and bring back the original email address.
Hope this helps.
All Answers
This is more of a security measure added by Salesforce to ensure that any of the processes / workflows spam the production users email addresses unnecessarily.
Only the user who refreshes the sandbox will retain the original email address.
Please refer the link below for more details.
https://help.salesforce.com/articleView?id=000193090&language=en_US&type=1
With that being said, if you want to retain the original email address for all the users or a certain group of users (System Administrators for example), you can write a batch job to do that, which can be called during the Sandbox refresh.
Typically, tanner.russell@mycompany.com is translated into tanner.russell=mycompany.com@example.com, which should not be very difficult to reverse engineer and bring back the original email address.
Hope this helps.
Please check below post for more information
1) https://help.salesforce.com/articleView?id=data_sandbox_implementation_tips.htm&type=0
Let us know if this will help you