Skip to content

run web/admin redirect to page "http://localhost:8080/admin/login/license_terms.jsp" and show "Deleting the license terms is not allowed" #9

Open
@wisdomleo

Description

@wisdomleo

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".
image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions