Preserve user passwords upon clone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 09:32 PM
The last time I cloned a PROD instance to one of my other instances, ale the user passwords got wiped out in the lower environment. How do I ensure that the same production passwords make it to the cloned instance as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 10:07 PM
Refer the below link for explaination
Check the response of nari.
Mark my ANSWER as CORRECT and HELPFUL if it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 10:14 PM
Hi,
You need to use data preservers to achieve this. And remember you need to define them always on the source instance.
Please follow the professional Servicenow Doc for data preservers. Hope this will help you
Please mark this answer correct if it resolved the query and mark it helpful if it helped you at all
Thanks,
Mohit Kaushik
Mohit Kaushik
ServiceNow MVP (2023-2025)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 11:17 PM
hello,
You can just export users (+ groups / roles) from PROD to xml files and import it post cloning to lower environment.
Mark my ANSWER as CORRECT and HELPFUL if it works.