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.
26 lines
765 B
26 lines
765 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
|
|
hint: Users will be required to setup 2FA the first time they login and cannot be disabled by the user.
|
|
icon: pin-pad
|
|
default: false
|
|
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
|