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
This script finds all users in the **`sys_user`** table whose email addresses contain an old domain (e.g. `bad_domain.com`) and replaces it with a new domain (e.g. `new_domain.com`) using **regular expressions**.
4
+
5
+
---
6
+
7
+
## Purpose
8
+
9
+
To bulk–update user email domains safely and efficiently without manual edits.
10
+
11
+
Example use case:
12
+
When your organization migrates from `@bad_domain.com` to `@new_domain.com`, this script updates all users automatically.
0 commit comments