@frockbot/plugin-admin 0.3.5 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frockbot/plugin-admin",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -20,10 +20,10 @@
20
20
  "typecheck": "vue-tsc --noEmit -p tsconfig.json"
21
21
  },
22
22
  "dependencies": {
23
- "@frockbot/client-core": "0.3.5",
24
- "@frockbot/client-ui": "0.3.5",
25
- "@frockbot/kernel-contracts": "0.3.5",
26
- "@frockbot/plugin-shell": "0.3.5",
23
+ "@frockbot/client-core": "0.3.7",
24
+ "@frockbot/client-ui": "0.3.7",
25
+ "@frockbot/kernel-contracts": "0.3.7",
26
+ "@frockbot/plugin-shell": "0.3.7",
27
27
  "cordis": "4.0.0-rc.8",
28
28
  "vue": "3.5.41"
29
29
  },
@@ -78,8 +78,8 @@ onMounted(load);
78
78
  <template>
79
79
  <section class="admin-surface" aria-label="Deployment policy">
80
80
  <p class="admin-surface__explanation">
81
- Control whether people without an existing FrockBot User can sign in.
82
- Existing Users and admins are always admitted.
81
+ Control who can sign in. People who already have accounts, and admins,
82
+ always can.
83
83
  </p>
84
84
 
85
85
  <p v-if="loading" class="admin-surface__status" aria-live="polite">
@@ -90,7 +90,7 @@ onMounted(load);
90
90
  <label class="admin-surface__toggle">
91
91
  <span>
92
92
  <strong>Accept new signups</strong>
93
- <small>Let new Users enter this deployment.</small>
93
+ <small>Let new people sign up.</small>
94
94
  </span>
95
95
  <input
96
96
  type="checkbox"