The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

restrict changes to user data

Jens Kisters __SeibertSolutions
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 6, 2016

For a public demo instance we want to make sure the users dont change the email adresses of the existing users,  for which they will have the credentials.

How can that be done?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 7, 2016

You can't do it in JIRA without hacking code really, it assumes real users can change their profiles.

Your idea about LDAP is a good approach, but you could also do it with Crowd or any other external directories.

0 votes
Jens Kisters __SeibertSolutions
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 6, 2016

My first idea was to set up an LDAP server and have the user accounts be synced from there, id expect the profile fields to be read only in that case.

But that sounds like using a sledge hammer to crack a nut to me. 

Any other ideas?