Hi AEM Experts,
I am trying to to create new users by using admin privileges, while creating no error/exception ,but when search with newly created user under /useradmin, i didn't able to see that user but i can able to login with same credentials
I tried to fetch with node structure using query but that is also not showing any results:
SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/home/users]) and CONTAINS(s.*, 'test123')
AEM version:
Can someone please suggest the next steps here?
Thanks,
Amarnath Polu