Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hi,
below questioned raised by the security audit team. We are using CQ 5.6.1. Is there any way to configure and define the password policy.
Regards,
Deepak
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
Hey manage to do it myself its pretty easy.
1. Go to Config manager search for "DAY CQSE HTTP Service" , default session timeout is 10 mins, you can changes as per the requirement.
Hope this will help others
Zugriffe
Antworten
Likes gesamt
Deepak,
What do you mean by configuration?. These are the simple text messages for the end user. And, can be put using RTE. Now, whether the user follows these instructions or not is part of the validation and validation (server side/client side) would render these messages.
If there is a case where you don't want an author to put same text multiple places then move it to some admin pages and read that common content. By this way, it seems you need to do some extra work.
Regards,
Jitendra
Zugriffe
Antworten
Likes gesamt
Hi Jitendra,
I am talking about ACL (User management) when you create an user there is no option to set the password policy for the user to login.
Regards,
Deepak
Zugriffe
Antworten
Likes gesamt
Hi Deepak,
Please find the below article, this might be helpful for getting you started. After that you can amend as required.
Zugriffe
Antworten
Likes gesamt
Thanks for your response. I am using cq5.6.1. do you have any reference
?
Also would like to change user inactive timeout. if user is ideal for 5 mins then system should log him out.
Zugriffe
Antworten
Likes gesamt
Though this is AEM 6.1 but this is for classic UI so this should work also for 5.6.1. Kindly try to implement and see if this works for you.
Zugriffe
Antworten
Likes gesamt
Thanks I will check this option.
Would like to change user inactive timeout. if user is ideal for 5 mins then system should log him out. How can we achieve this
Zugriffe
Antworten
Likes gesamt
Hi
Answering your first question,
Validation can be achieve by implementing custom validation using JavaScript.
As it is done in link mentioned by Tuhin :- http://experience-aem.blogspot.in/2015/09/aem-61-classic-ui-implementing-simple-password-policy.html
Second question on Timeout:- You can achive this with session timeout.
Link:- http://aemfaq.blogspot.in/2014/10/how-to-set-timeout-for-login-token.html
//
Link:- http://www.tothenew.com/blog/setting-the-timeout-interval-of-a-httpsession/
Thanks and Regards
Kautuk Sahni
Zugriffe
Antworten
Likes gesamt
Hey manage to do it myself its pretty easy.
1. Go to Config manager search for "DAY CQSE HTTP Service" , default session timeout is 10 mins, you can changes as per the requirement.
Hope this will help others
Zugriffe
Antworten
Likes gesamt