Overview
You are using AD integration and LDAP for user authentication to the Jive site. You have specified user names for Jive logins to mirror their AD user names such as first initial of first name and last name so for a test user, John Doe, the user name would be jdoe. You happen to observe frequent occurrences where the user name which is set to jdoe switches to jdoe@example.com for the login. You have scheduled the nightly sync with AD. This is causing issues for users who do not know how to log in and it needs to be fixed.
Environment
Jive Interactive Intranet-Jive Hosting
Resolution
If a user reports their user name being changed to their email, it could be because Jive is configured to reset user name to email when the email is updated. This configuration is controlled by the jive.user.usernameIsEmail
system property. To ensure the user name is the email address, set this system property to true. To allow for separate user name set this system property to false.
- To edit the property
jive.user.usernameIsEmail
system property, follow the instructions provided below:- Navigate to the Admin Console.
- Click on System tab > System Properties.
- Search for
jive.user.usernameIsEmail
system property. - Click on the edit notebook icon on the right side of the row.
- Change the value to false.
- To add the property
jive.user.usernameIsEmail
system property if not found, follow the instructions provided below:- Navigate to the Admin Console.
- Click on System tab > System Properties.
- Navigate to the Add new property form.
- On the Property Name, paste
jive.user.usernameIsEmail
system property. - On the Property Value, type false.
Confirmation
- After following the above steps, one should be able to use a user name other than the email.
Comments
0 comments
Article is closed for comments.