Add missing config parameter magic_link.validity_period

This commit is contained in:
Alice Gaudon 2020-11-03 10:39:16 +01:00
parent ba0bcb111c
commit 7409eb9555
2 changed files with 6 additions and 0 deletions

View File

@ -40,4 +40,7 @@
cache: false,
},
approval_mode: false,
magic_link: {
validity_period: 20,
},
}

View File

@ -13,4 +13,7 @@
allow_invalid_tls: false
},
approval_mode: true,
magic_link: {
validity_period: 900,
}
}