
Template: glewlwyd/config_type
Type: select
__Choices: Personalized, No configuration
# Translators: Default config type, but not translated (or is it?)
_Default: Personalized
_Description: Glewlwyd setup
 You can configure it later if needed

Template: glewlwyd/config_external_url
Type: string
Default: http://localhost:4593/
_Description: External address to access Glewlwyd:

Template: glewlwyd/config_reset_pwd
Type: boolean
Default: true
_Description: Enable password reset for users?

Template: glewlwyd/config_reset_pwd_host
Type: string
Default: localhost
_Description: Enter SMTP Host:

Template: glewlwyd/config_reset_pwd_from
Type: string
Default: glewlwyd@localhost
_Description: Enter sender e-mail address:

Template: glewlwyd/config_reset_pwd_subject
Type: string
# Translators: Default reset pwd subject, but not translated (or is it?)
Default: Glewlwyd password reset
_Description: Enter reset password e-mail subject:

Template: glewlwyd/config_jwt_alg
Type: select
Choices: RSA, ECDSA, SHA
Default: RSA
_Description: Algorithm used to sign/verify JWT
 JWT: Json Web Token
 Algorithms available:
 - RSA algorithm (asymetric)
 - ECDSA algorithm (asymetric)
 - SHA algorithm (symetric)

Template: glewlwyd/config_jwt_key_size
Type: string
Default: 512
_Description: Enter JWT key size:
 Values available are 256, 384 or 512

Template: glewlwyd/config_jwt_generate_key
Type: boolean
Default: true
_Description: Generate a pair key/certificate?

Template: glewlwyd/config_jwt_secret
Type: string
Default: secret
_Description: Enter SHA secret:
 SHA secret is a string that will be used to sign and verify JWTs
