Open
Description
Dear Bambooww,
Now, no errors while loading web/admin/index.jsp, I am so happy!!!
But, it will redirect to page "http://localhost:8080/admin/login/license_terms.jsp" and show message "Deleting the license terms is not allowed".
I debuged and found below logic in web\admin\login.jsp, line 14:
boolean has_setpsw = LoginUtil.checkAdminSetPsw() ;
if(!has_setpsw)
{
Boolean b = (Boolean)session.getAttribute("accept_license_terms");
if(b==null||!b)
{
response.sendRedirect("license_terms.jsp");
return ;
}
}
so, how to set the password of user "admin" ?
there is no any notice about "please accept ...", don't know why and how to fix it.
Best Regards,
Leo Ma
Metadata
Metadata
Assignees
Labels
No labels