Skip to main content

Manually anonymizing users with GDPR add-on

Here you can find details on using the GDPR add-on to manually anonymize users.

Fastpath

the pencil icon > Anonymize User

To manually anonymize users:

  1. On the Jive user interface, go to the pencil icon > Anonymize User.

    Opening the GDPR Add-on screen

    The following screen is displayed:

    A GDPR Add-on page screenshot

  2. On the GDPR Add-on page, search for the user or users to be anonymized by providing their exact and complete username, name, or email.

    A GDPR Add-on page screenshot

    Or, if the user or users are already listed on the screen under the column Users available to be Anonymized, then select the concerned user or users and add a maximum of 10 users to the Users to be Anonymized (Max 10) column.

    A GDPR Add-on page screenshot

  3. Select the concerned user names from the left column listing the (deactivated) users meeting the anonymization criteria defined and add (--->) to the right column.

  4. Click Anonymize User.

On successful anonymization, the GDPR Add-on overwrites the user profile values of the anonymized users. Thereafter, these users will not be visible via Advanced Admin Console > People > Search Users under their original usernames.

Profile fields are overwritten by the GDPR Add-on according to the following logic:

Profile FieldField Value after Anonymization
UsernameuserTemplate.setUsername(RandomStringUtils.randomAlphabetic(10) + userToBeAnonymized.getID());
E-MailuserTemplate.setEmail(RandomStringUtils.randomAlphabetic(10) + userToBeAnonymized.getID() + "@localhost")
First NameFirst Name
Last NameLast Name
Other Profile Fields: alphanumericProfile Field Name
Other Profile Fields: numeric123456789
Other Profile Fields: datecurrent date
Other Profile Fields: multi-selectnone selected
Other Profile Fields: single selectremains unchanged
Other Profile Fields: URLJive instance URL
Other Profile Fields: Booleanremains unchanged