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:
Installed Products |
---|
Adobe Experience Manager (6.4.4.0) |
Can someone please suggest the next steps here?
Thanks,
Amarnath Polu
Solved! Go to Solution.
Hi,
I am able to see the user created without any issues in my local instance.
Can you check try creating the user with administrator user itself. If thats working, then its mostly permissions for the user for /home/ path.
If that is not the case, another chance is authorisable index being corrupted. You can reindex it by changing false to true as below
Hopefully this helps
Try searching with user name instead of first name / last name ?
Views
Replies
Total Likes
Hi,
I am able to see the user created without any issues in my local instance.
Can you check try creating the user with administrator user itself. If thats working, then its mostly permissions for the user for /home/ path.
If that is not the case, another chance is authorisable index being corrupted. You can reindex it by changing false to true as below
Hopefully this helps
The reason you can't see the newly created user because of password policy set, the user will not be created until you will not give password that is in policy. I know there should be propery warning or error message but it is not there at the moment.
AEM Developer Learning : How to set password policy for AEM Users http://www.sgaemsolutions.com/2018/01/custom-sling-model-exporter-in-aem-63.html
Views
Replies
Total Likes
Hi Nnirmaljosehere
Yes, you are right i found /oak:index/authorizables has been corrupted and re-index resolved my problem.
I am just adding few more proofs, that it shows a column which shown you the date and time as well.
Thanks,
Amarnath Polu
Hi Apolu,
What ever you said 100% correct , we have make reindex to "true" for /oak:index/authorizables and save node , so that it will re-index the repository which are corrupted.
This re-indexing will be fixed the user's search issue for newly created users.
Views
Replies
Total Likes
The user will need to sign in to the Partner Center with their user name and temporary password Upsers. When the user signs in to the Partner Center for the first time, they are prompted to change their password.
Views
Replies
Total Likes
Views
Likes
Replies