Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<%@ page contentType="text/plain" %>
<%@ page import="info.magnolia.cms.module.ModuleUtil"%>
<%@ page import="javax.jcr.ImportUUIDBehavior"%>
<%
  ModuleUtil.bootstrap(new String[]{"/mgnl-bootstrap/core/users.system.anonymous.xml"}, true, ImportUUIDBehavior.IMPORT_UUID_COLLISION_REPLACE_EXISTING);
%>

The same should be feasible for superuser.