cancel
Showing results for 
Search instead for 
Did you mean: 

create user with case sensitive names in 4.2.c

nick_l
Champ in-the-making
Champ in-the-making
I am using 4.2.c with all default setting. The database is postgres.  It seems that user name is case insensitive.

My requirement is to create users which allow case sensitive name. Tom and tom should be two different user.

Is there a way to config?
1 REPLY 1

nick_l
Champ in-the-making
Champ in-the-making
found the solution:
in repository.properties file, set
user.name.caseSensitive=true