From 8e9ef55c940a7e0b8d015c4a5a1245c8026b4789 Mon Sep 17 00:00:00 2001 From: Ayoub Zayati Date: Tue, 5 Dec 2023 09:55:27 +0100 Subject: [PATCH] fix: Fix administration site nodes order - EXO-67778 (#50) --- translations.properties | 1 - .../portal/administration_ar.properties | 21 --------- .../portal/administration_aro.properties | 21 --------- .../portal/administration_az.properties | 21 --------- .../portal/administration_ca.properties | 21 --------- .../portal/administration_ceb.properties | 21 --------- .../portal/administration_co.properties | 21 --------- .../portal/administration_cs.properties | 21 --------- .../portal/administration_de.properties | 21 --------- .../portal/administration_el.properties | 21 --------- .../portal/administration_en.properties | 21 --------- .../portal/administration_es_ES.properties | 21 --------- .../portal/administration_eu.properties | 21 --------- .../portal/administration_fa.properties | 21 --------- .../portal/administration_fi.properties | 21 --------- .../portal/administration_fil.properties | 21 --------- .../portal/administration_fr.properties | 21 --------- .../portal/administration_hi.properties | 21 --------- .../portal/administration_hu.properties | 21 --------- .../portal/administration_id.properties | 21 --------- .../portal/administration_it.properties | 21 --------- .../portal/administration_ja.properties | 21 --------- .../portal/administration_ko.properties | 21 --------- .../portal/administration_lt.properties | 21 --------- .../portal/administration_ms.properties | 21 --------- .../portal/administration_nl.properties | 21 --------- .../portal/administration_no.properties | 21 --------- .../portal/administration_pcm.properties | 21 --------- .../portal/administration_pl.properties | 21 --------- .../portal/administration_pt_BR.properties | 21 --------- .../portal/administration_pt_PT.properties | 21 --------- .../portal/administration_ro.properties | 21 --------- .../portal/administration_ru.properties | 21 --------- .../portal/administration_sk.properties | 21 --------- .../portal/administration_sl.properties | 21 --------- .../portal/administration_sq.properties | 21 --------- .../portal/administration_sv_SE.properties | 21 --------- .../portal/administration_th.properties | 21 --------- .../portal/administration_tl.properties | 21 --------- .../portal/administration_tr.properties | 21 --------- .../portal/administration_uk.properties | 21 --------- .../portal/administration_ur_IN.properties | 21 --------- .../portal/administration_vi.properties | 21 --------- .../portal/administration_zh_CN.properties | 21 --------- .../portal/administration_zh_TW.properties | 21 --------- .../portal-configuration.xml | 33 -------------- .../portal/administration/navigation.xml | 43 ------------------- .../portal/portal/administration/pages.xml | 41 ------------------ 48 files changed, 1042 deletions(-) delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_ar.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_aro.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_az.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_ca.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_ceb.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_co.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_cs.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_de.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_el.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_en.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_es_ES.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_eu.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_fa.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_fi.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_fil.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_fr.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_hi.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_hu.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_id.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_it.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_ja.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_ko.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_lt.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_ms.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_nl.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_no.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_pcm.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_pl.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_pt_BR.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_pt_PT.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_ro.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_ru.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_sk.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_sl.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_sq.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_sv_SE.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_th.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_tl.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_tr.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_uk.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_ur_IN.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_vi.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_zh_CN.properties delete mode 100644 webapps/src/main/resources/locale/navigation/portal/administration_zh_TW.properties delete mode 100644 webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal/portal/administration/navigation.xml delete mode 100644 webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal/portal/administration/pages.xml diff --git a/translations.properties b/translations.properties index 4869b6f1..5d16bf01 100644 --- a/translations.properties +++ b/translations.properties @@ -21,7 +21,6 @@ baseDir=add-ons/multifactor-authentication/ global.properties=webapps/src/main/resources/locale/navigation/portal/global_en.properties -administration.properties=webapps/src/main/resources/locale/navigation/portal/administration_en.properties mfaAdministrationNavigation.properties=webapps/src/main/resources/locale/navigation/group/platform/administrators_en.properties multifactorAuthentication.properties=webapps/src/main/resources/locale/portlet/multifactorAuthentication/multifactorAuthentication_en.properties diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_ar.properties b/webapps/src/main/resources/locale/navigation/portal/administration_ar.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_ar.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_aro.properties b/webapps/src/main/resources/locale/navigation/portal/administration_aro.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_aro.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_az.properties b/webapps/src/main/resources/locale/navigation/portal/administration_az.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_az.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_ca.properties b/webapps/src/main/resources/locale/navigation/portal/administration_ca.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_ca.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_ceb.properties b/webapps/src/main/resources/locale/navigation/portal/administration_ceb.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_ceb.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_co.properties b/webapps/src/main/resources/locale/navigation/portal/administration_co.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_co.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_cs.properties b/webapps/src/main/resources/locale/navigation/portal/administration_cs.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_cs.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_de.properties b/webapps/src/main/resources/locale/navigation/portal/administration_de.properties deleted file mode 100644 index b888bf4f..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_de.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Sicherheit -portal.administration.multifactor-authentication=Multifaktor Authentifizierung diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_el.properties b/webapps/src/main/resources/locale/navigation/portal/administration_el.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_el.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_en.properties b/webapps/src/main/resources/locale/navigation/portal/administration_en.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_en.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_es_ES.properties b/webapps/src/main/resources/locale/navigation/portal/administration_es_ES.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_es_ES.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_eu.properties b/webapps/src/main/resources/locale/navigation/portal/administration_eu.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_eu.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_fa.properties b/webapps/src/main/resources/locale/navigation/portal/administration_fa.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_fa.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_fi.properties b/webapps/src/main/resources/locale/navigation/portal/administration_fi.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_fi.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_fil.properties b/webapps/src/main/resources/locale/navigation/portal/administration_fil.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_fil.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_fr.properties b/webapps/src/main/resources/locale/navigation/portal/administration_fr.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_fr.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_hi.properties b/webapps/src/main/resources/locale/navigation/portal/administration_hi.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_hi.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_hu.properties b/webapps/src/main/resources/locale/navigation/portal/administration_hu.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_hu.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_id.properties b/webapps/src/main/resources/locale/navigation/portal/administration_id.properties deleted file mode 100644 index 1140e4d5..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_id.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Pengaturan Platform -portal.administration.security=Keamanan -portal.administration.multifactor-authentication=Autentikasi multifaktor diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_it.properties b/webapps/src/main/resources/locale/navigation/portal/administration_it.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_it.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_ja.properties b/webapps/src/main/resources/locale/navigation/portal/administration_ja.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_ja.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_ko.properties b/webapps/src/main/resources/locale/navigation/portal/administration_ko.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_ko.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_lt.properties b/webapps/src/main/resources/locale/navigation/portal/administration_lt.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_lt.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_ms.properties b/webapps/src/main/resources/locale/navigation/portal/administration_ms.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_ms.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_nl.properties b/webapps/src/main/resources/locale/navigation/portal/administration_nl.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_nl.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_no.properties b/webapps/src/main/resources/locale/navigation/portal/administration_no.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_no.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_pcm.properties b/webapps/src/main/resources/locale/navigation/portal/administration_pcm.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_pcm.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_pl.properties b/webapps/src/main/resources/locale/navigation/portal/administration_pl.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_pl.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_pt_BR.properties b/webapps/src/main/resources/locale/navigation/portal/administration_pt_BR.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_pt_BR.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_pt_PT.properties b/webapps/src/main/resources/locale/navigation/portal/administration_pt_PT.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_pt_PT.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_ro.properties b/webapps/src/main/resources/locale/navigation/portal/administration_ro.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_ro.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_ru.properties b/webapps/src/main/resources/locale/navigation/portal/administration_ru.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_ru.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_sk.properties b/webapps/src/main/resources/locale/navigation/portal/administration_sk.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_sk.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_sl.properties b/webapps/src/main/resources/locale/navigation/portal/administration_sl.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_sl.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_sq.properties b/webapps/src/main/resources/locale/navigation/portal/administration_sq.properties deleted file mode 100644 index d3258c8f..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_sq.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=crwdns7097288:0crwdne7097288:0 -portal.administration.security=crwdns7097290:0crwdne7097290:0 -portal.administration.multifactor-authentication=crwdns7097292:0crwdne7097292:0 diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_sv_SE.properties b/webapps/src/main/resources/locale/navigation/portal/administration_sv_SE.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_sv_SE.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_th.properties b/webapps/src/main/resources/locale/navigation/portal/administration_th.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_th.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_tl.properties b/webapps/src/main/resources/locale/navigation/portal/administration_tl.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_tl.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_tr.properties b/webapps/src/main/resources/locale/navigation/portal/administration_tr.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_tr.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_uk.properties b/webapps/src/main/resources/locale/navigation/portal/administration_uk.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_uk.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_ur_IN.properties b/webapps/src/main/resources/locale/navigation/portal/administration_ur_IN.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_ur_IN.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_vi.properties b/webapps/src/main/resources/locale/navigation/portal/administration_vi.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_vi.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_zh_CN.properties b/webapps/src/main/resources/locale/navigation/portal/administration_zh_CN.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_zh_CN.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/resources/locale/navigation/portal/administration_zh_TW.properties b/webapps/src/main/resources/locale/navigation/portal/administration_zh_TW.properties deleted file mode 100644 index 9e7743b1..00000000 --- a/webapps/src/main/resources/locale/navigation/portal/administration_zh_TW.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2023 eXo Platform SAS. -# -# This is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as -# published by the Free Software Foundation; either version 3 of -# the License, or (at your option) any later version. -# -# This software is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public -# License along with this software; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -# 02110-1301 USA, or see the FSF site: http://www.fsf.org. -# -portal.administration.home=Platform Settings -portal.administration.security=Security -portal.administration.multifactor-authentication=Multifactor authentication diff --git a/webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal-configuration.xml b/webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal-configuration.xml index 4f03987c..1b3a7af7 100644 --- a/webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal-configuration.xml +++ b/webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal-configuration.xml @@ -35,38 +35,5 @@ - - new.portal.config.user.listener - initListener - org.exoplatform.portal.config.NewPortalConfigListener - this listener init the portal configuration - 600 - - - portal.configuration - - - - - administration - - - - - portal - - - war:/conf/multifactor-authentication/portal - - - ${exo.mfa.portalConfig.administration.override:true} - - - ${exo.mfa.portalConfig.administration.importmode:insert} - - - - - diff --git a/webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal/portal/administration/navigation.xml b/webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal/portal/administration/navigation.xml deleted file mode 100644 index 4e31954b..00000000 --- a/webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal/portal/administration/navigation.xml +++ /dev/null @@ -1,43 +0,0 @@ - - - - 3 - - - - home - - fas fa-cog - - security - - fas fa-shield-alt - - multifactor-authentication - - fab fa-keycdn - portal::administration::multifactor-authentication - - - - - diff --git a/webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal/portal/administration/pages.xml b/webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal/portal/administration/pages.xml deleted file mode 100644 index 21bf4d8a..00000000 --- a/webapps/src/main/webapp/WEB-INF/conf/multifactor-authentication/portal/portal/administration/pages.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - multifactor-authentication - Multifactor authentication - *:/platform/administrators - manager:/platform/administrators - false - - Everyone - - - multifactor-authentication - multifactorAuthentication - - Multifactor authentication - Everyone - false - - - - \ No newline at end of file