mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1020 B
30 lines
1020 B
key: local
|
|
title: Local Database
|
|
description: Built-in authentication for Wiki.js
|
|
author: requarks.io
|
|
logo: https://static.requarks.io/logo/wikijs.svg
|
|
icon: /_assets/icons/ultraviolet-data-protection.svg
|
|
color: primary
|
|
vendor: 'Wiki.js'
|
|
website: 'https://js.wiki'
|
|
isAvailable: true
|
|
useForm: true
|
|
usernameType: email
|
|
props:
|
|
enforceTfa:
|
|
type: Boolean
|
|
title: Enforce Two-Factor Authentication
|
|
# Read-only until 2FA works end to end: `afterLoginChecks` reaches for a `generateTFA()` that does
|
|
# not exist, and there is no route to submit a code, so a login that needs 2FA can only fail.
|
|
# See the FIXME comments in models/users.ts.
|
|
hint: Not available yet — two-factor authentication is not implemented in this version.
|
|
icon: pin-pad
|
|
default: false
|
|
readOnly: true
|
|
emailValidation:
|
|
type: Boolean
|
|
title: Email Validation
|
|
hint: Send a verification email to the user with a validation link when registering (if registration is enabled).
|
|
icon: received
|
|
default: true
|