Hi,
Change password is not working on the homepage. After password expiry am getting new fields to enter new password and reenter password. After submitting the form it is showing popup as password changed successfully. But password is not changing. Could any one please help on this issue.
Thanks in advance.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Are you changing the password on the homescreen, before logged in into AEM? Do you see any logging in error.log file for this time?
For the error you have mentioned "com.adobe.granite.security.user.internal.audit.AuditAuthorizableAction Password for User 'username' was changed" in AEM", it seems that you need to reset your password. Try the approach given here:- https://medium.com/techinpieces/how-to-change-user-password-on-aem-when-passwordvalidationaction-is-...
Unable to resolve with this approach also.
Getting same issue.
Getting success message but password is not changing
Hi @Niveshchandra,
Could you please share the below two configurations from the instance you are trying to narrow down the issue
Also, Can you observe the network behavior from the browser when you click on "Ok" from the dialog above and share us.
Have tried this is in my local where Maximum password age -> 1 (for quick testing). On click of "Ok" -> temporary redirect (302) to index.html -> then to aem/start.html (Instance landing page)
Note :
Hi @Vijayalakshmi_S,
I tried by changing configuration Maximum Password Age to 1 day in Apache Jackrabbit Oak UserConfiguration. It is working fine after password expiry. But it is password is not changing when am trying to change password before expiring. Is there any changes required for that.
Below are the screen grabs of the configurations.
Hi @Niveshchandra,
Can you enable PasswordChangeAction in Authorizable Actions field of Apache Jackrabbit Oak AuthorizableActionProvider and try once.
Hi @Niveshchandra,
No worries. Did you get a chance to observe the network behavior as you click on "Ok" from success confirmation dialog.
Can you share us the screen cast of the same if possible. (password change scenario before expiring)
Hi @Niveshchandra,
Thanks for sharing, It looks fine. j_security_check is success followed by temporary redirect and start.html is also success.
The moment you land in start.html, are you not staying logged in ? or what exactly you see in terms of user journey and how you are validating your updated password.
Hi @Niveshchandra,
Could you please elaborate on the change password functionality.
Is it a custom component that you have developed?
If yes, backend mechanism for handling the same.
Hi,
Thanks for the response,
It is not custom component, if the user password the expires aem have password change functionality in login page. So one my account password got expired and trying to change the password. Able to get the message like password got changed successfully but password is not changed.
Hi @Niveshchandra,
Given that you are getting success message and no errors in log file, Could you please close all working browser window and try to login to the instance(with updated password) in Incognito.
Ignore if you have already tried it.
When you say homepage, this is AEM Admin page?
Or is the homepage part of the site you built on AEM?
In any case, for such errors, you need to troubleshoot, starting with the logs.
I have faced this issue in 6.2 when the password was not matching the password policies. Please try with a simple password adhering to to the standards, some special character may be the culprit. You can verify it by logging in into AEM with a different user and then trying to change via user administration console.
If you can't login with any user, then its a problem with the AEM instance and you need to check the logs to understand what has gone wrong.