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:
@@ -201,8 +201,7 @@
|
||||
"invitationTooltip": "Gebruiker uitnodigen",
|
||||
"setGhostTooltip": "Nabootsen",
|
||||
"mailmanagerTooltip": "Deze gebruiker kan gebruikers en mailboxen beheren",
|
||||
"count": "Totaal gebruikers: {{ count }}",
|
||||
"makeLocalTooltip": "Maak gebruiker lokaal"
|
||||
"count": "Totaal gebruikers: {{ count }}"
|
||||
},
|
||||
"groups": {
|
||||
"title": "Groepen",
|
||||
@@ -395,12 +394,6 @@
|
||||
"all": "Alle gebruikers",
|
||||
"active": "Actieve gebruikers",
|
||||
"inactive": "Inactieve gebruikers"
|
||||
},
|
||||
"makeLocalDialog": {
|
||||
"title": "Maak deze gebruiker lokaal",
|
||||
"description": "De gebruiker wordt hiermee gemigreerd van de externe gebruikerslijst naar die van Cloudron.",
|
||||
"warning": "Een wachtwoord herstel wordt geïnitieerd om een lokaal wachtwoord in te stellen voor deze gebruiker.",
|
||||
"submitAction": "Maak lokaal"
|
||||
}
|
||||
},
|
||||
"profile": {
|
||||
@@ -1497,7 +1490,8 @@
|
||||
"renameDialog": {
|
||||
"title": "Hernoem {{ fileName }}",
|
||||
"newName": "Nieuwe naam",
|
||||
"rename": "Hernoem"
|
||||
"rename": "Hernoem",
|
||||
"reallyOverwrite": "Een bestand met die naam bestaat al. Wil je het bestaande bestand overschrijven?"
|
||||
},
|
||||
"chownDialog": {
|
||||
"newOwner": "Nieuwe eigenaar",
|
||||
|
||||
Reference in New Issue
Block a user