mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
5e2ad5f8db
This is a recommendation for Symfony 5
11 lines
505 B
YAML
11 lines
505 B
YAML
# Two factor mail
|
|
auth_code:
|
|
on: 'on'
|
|
mailer:
|
|
subject: 'wallabag authentication code'
|
|
body:
|
|
hello: "Hi %user%,"
|
|
first_para: "Since you require two factor authentication to log in on your wallabag account, and a new device just used it, we send you a code to validate its connection."
|
|
second_para: "Here is the code:"
|
|
support: "Please don't hesitate to contact us if you have any problems:"
|
|
signature: "The wallabag team"
|