Can't create username with subname of others

Their is already a username "ABCD" created successfully. Afterthat i try to create username as "ABC" this was not created and throwing an response

[body] => user abc already exists [raw_body] => user abc already exists

samething happens for userid also.

Thanks,

Sathya

msathyapriya's picture
Joined: Nov 5 2014 - 5:34am
Last seen: 5 years 6 months ago

2 Answers:

If you have access to JasperReports Server database, check table "jiuser" to see which users are actually added to the system.

hozawa's picture
190681
Joined: Apr 24 2010 - 4:31pm
Last seen: 4 years 3 months ago

Yes I checked on that

abcd    1    testfname1testlname1    testacc1@domain.com    33DBCB07706FCA297077043CE39DC696


abce    1    testfname2testlname2    testacc2@domain.com    33DBCB07706FCA297077043CE39DC696


abcde   1    testfname3testlname3    testacc3@domain.com    33DBCB07706FCA297077043CE39DC696

These records are inserted without any error and now in try to insert username as abc it shows

user abc already exists [raw_body] => user abc already exists

Meanwhile I am using Rest api to create user from PHP. I forget to mention this in my question.

Thanks,

Sathya

 

msathyapriya's picture
Joined: Nov 5 2014 - 5:34am
Last seen: 5 years 6 months ago
Feedback