Temporarily disable the status page before the release.
[lgpl/argeo-commons.git] / org.argeo.cms.ui / src / org / argeo / cms / maintenance / DeploymentEntryPoint.java
index 6e4d5abcb00e2bbcb045248b54377c3a9bb1aa2e..1769c6372b1bd1ec875924f6628787dae44a2c27 100644 (file)
@@ -27,8 +27,9 @@ class DeploymentEntryPoint extends AbstractEntryPoint {
 
        @Override
        protected void createContents(Composite parent) {
-               if (!CurrentUser.roles().contains(AuthConstants.ROLE_ADMIN))
-                       return;
+               // FIXME manage authentication if needed
+               // if (!CurrentUser.roles().contains(AuthConstants.ROLE_ADMIN))
+               // return;
 
                // parent.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true));
                if (isDesktop()) {