Hi,
I want to apply a password policy in our site, so I need redirect to a new jsp called changepassword after sucessfully login. I try to change the action of login's form but it desn't work. How can I do it?
I have copy all of /libs/cq/core/component/login and /libs/cq/core/content/login to /apps/cq/core/component/login and /apps/cq/core/content/login before I try do it.
After I changed the action of login's form to changepassword.html, I got a respose as below.
Content modified /libs/cq/core/content/changepassword/changepassword.html
Status | 200 |
Message | OK |
Location | /libs/cq/core/content/changepassword/changepassword.html |
Parent Location | /libs/cq/core/content/changepassword |
Path | /libs/cq/core/content/changepassword/changepassword.html |
Referer | http://localhost:4502/libs/cq/core/content/login.html?mode=login |
ChangeLog | <pre>modified("/libs/cq/core/content/changepassword/changepassword.html/resource");<br/></ pre> |
Thanks a lot.