user: remove make local feature
we discussed a bit on what this does and it's confusing as it stands: * Use case of this is lost in the realms of time * Possible guess by is that it was to move users of different Cloudron to a central cloudron * Currently, the design is a bit flawed because the make user local button doesn’t pin the user. The state is lost in next synchronization. * Maybe, one should use export/import user for this use case * Let’s disable this button for now, feature is not complete.
This commit is contained in:
@@ -196,8 +196,7 @@
|
||||
"invitationTooltip": "Пригласить пользователя",
|
||||
"setGhostTooltip": "Обезличить",
|
||||
"mailmanagerTooltip": "Этот пользователь может управлять другими пользователями и почтовыми ящиками",
|
||||
"count": "Всего пользователей: {{ count }}",
|
||||
"makeLocalTooltip": "Сделать пользователя локальным"
|
||||
"count": "Всего пользователей: {{ count }}"
|
||||
},
|
||||
"title": "Каталог пользователей",
|
||||
"newUserAction": "Новый пользователь",
|
||||
@@ -392,12 +391,6 @@
|
||||
"all": "Все пользователи",
|
||||
"active": "Активные пользователи",
|
||||
"inactive": "Неактивные пользователи"
|
||||
},
|
||||
"makeLocalDialog": {
|
||||
"title": "Установить этого пользователя локально",
|
||||
"description": "Данное действие перенесёт пользователя с внешней директории LDAP в Cloudron.",
|
||||
"warning": "Для создания локального пароля пользователя его прежний пароль будет сброшен.",
|
||||
"submitAction": "Сделать локальным"
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
|
||||
Reference in New Issue
Block a user