mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36:29 -05:00
41f969fda6
polished via-email component used state to track email and password. explicitly did not put email and password in value of the appropriate input fields because that is not necessary nor do we want to write the clear text password into the dom Signed-off-by: Philip Molares <philip.molares@udo.edu> (cherry picked from commit c5f5956b8d8bb02553f85443f8b04acbf0c31f2b)
20 lines
352 B
Text
20 lines
352 B
Text
{
|
|
"allowAnonymous": true,
|
|
"authProviders": {
|
|
"facebook": true,
|
|
"github": true,
|
|
"twitter": true,
|
|
"gitlab": true,
|
|
"dropbox": true,
|
|
"ldap": true,
|
|
"google": false,
|
|
"saml": false,
|
|
"oauth2": false,
|
|
"email": true
|
|
},
|
|
"specialLinks": {
|
|
"privacy": "test",
|
|
"termsOfUse": "test",
|
|
"imprint": "test"
|
|
}
|
|
}
|