Hi,
I resetted the password by Change password in ARIS BP .But still the old password is working as i tried it again.Please suggest what to do.
Regards
Soundarya
Hi,
I resetted the password by Change password in ARIS BP .But still the old password is working as i tried it again.Please suggest what to do.
Regards
Soundarya
Check:
1. Check if your LDAP is configured with ABP.
2. if not, then check if your processes are not getting published from ABA to ABP once you changed password on ABP. If there is publishing from ABA to ABP, then ABP will all users & password which are already in ABA... it will overwrite ABP users/passwords.
If you want to change password, i would suggest it from ABA directly.
Hi,
Thanks for the reply.Further pls suggest how to make only the anonymous login only to be displayed not the change password link in the aris login page
Soundarya
You can hide "Change Password" option from ABP home page as below.
edit file at .../businesspublisher/layouts/shared/login.jsp
you need to change value... like this.... <input type="hidden" name="ischangepasswordmode" value="false">
Let me know if it is not working.
//Yubhesh