Some checks failed
CI / Lint, typecheck, test (pull_request) Successful in 6m47s
CI / Build container images (pull_request) Successful in 3m59s
CI / Auth e2e pack (pull_request) Successful in 9m7s
CI / Import/export fidelity gate (pull_request) Successful in 57s
CD / Deploy to Test (push) Blocked by required conditions
CD / Smoke tests against Test (push) Blocked by required conditions
CD / Promote to Int (push) Blocked by required conditions
CI / Build container images (push) Blocked by required conditions
CI / Lint, typecheck, test (push) Has been cancelled
CI / Auth e2e pack (push) Blocked by required conditions
CI / Import/export fidelity gate (push) Blocked by required conditions
CD / Build and push images (push) Has been cancelled
POST /admin/users (Site-Admin guard) creates an account with the same field rules as self-registration, but active immediately: the admin vouches for the address, so the e-mail is marked verified and the personal pond is provisioned exactly like the verify-email path does (markEmailVerified alone would skip the pond). The user manager gains a create dialog (useModalFocus/useDismissable, Field wiring, flat RHF field names per the #322 lesson). New audit action user.created_by_admin, catalogue bumped to 1.9. Tests: api e2e-db (create + immediate login + personal pond, duplicate username 409, non-admin 403), web e2e through the dialog, and the admin a11y scan now opens the dialog too. Both packs verified locally against a fresh stack. Closes #331
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"title": "Users",
|
|
"search": "Search by username, e-mail or name",
|
|
"columns": {
|
|
"user": "User",
|
|
"status": "Status",
|
|
"role": "Role",
|
|
"ponds": "Ponds",
|
|
"created": "Created",
|
|
"lastLogin": "Last login",
|
|
"actions": "Actions"
|
|
},
|
|
"status": {
|
|
"PENDING_VERIFICATION": "Pending",
|
|
"ACTIVE": "Active",
|
|
"DISABLED": "Disabled"
|
|
},
|
|
"role": {
|
|
"admin": "Site Admin",
|
|
"user": "User"
|
|
},
|
|
"never": "never",
|
|
"actions": {
|
|
"disable": "Disable",
|
|
"enable": "Enable",
|
|
"resend": "Resend verification",
|
|
"delete": "Delete",
|
|
"grantAdmin": "Make admin",
|
|
"revokeAdmin": "Remove admin",
|
|
"deleteConfirm": "Delete {{name}}? Their authorship becomes “Deleted user” and their personal pond is trashed. This cannot be undone.",
|
|
"you": "you"
|
|
},
|
|
"prev": "Previous",
|
|
"next": "Next",
|
|
"page": "Page {{page}}",
|
|
"create": {
|
|
"button": "Create user",
|
|
"title": "Create user",
|
|
"intro": "The account is active immediately — no verification mail is sent. Share the password over a secure channel.",
|
|
"username": "Username",
|
|
"email": "E-mail",
|
|
"displayName": "Display name",
|
|
"password": "Initial password",
|
|
"passwordHint": "At least 10 characters. The user should change it after their first login.",
|
|
"locale": "Language",
|
|
"localeDe": "German",
|
|
"localeEn": "English",
|
|
"submit": "Create",
|
|
"cancel": "Cancel"
|
|
}
|
|
}
|