mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
- Update translated text.
This commit is contained in:
parent
a261c66f34
commit
1e034a794f
5 changed files with 6 additions and 6 deletions
|
|
@ -223,7 +223,7 @@ services:
|
||||||
# LOGOUT_ON_MINUTES : The number of minutes
|
# LOGOUT_ON_MINUTES : The number of minutes
|
||||||
# example : LOGOUT_ON_MINUTES=55
|
# example : LOGOUT_ON_MINUTES=55
|
||||||
#- LOGOUT_ON_MINUTES=
|
#- LOGOUT_ON_MINUTES=
|
||||||
# DEFAULT_AUTHENTICATION_METHOD : The default authentication method used if a user does not exist to create and authenticate him
|
# DEFAULT_AUTHENTICATION_METHOD : The default authentication method used if a user does not exist to create and authenticate. Method can be password or ldap.
|
||||||
# example : DEFAULT_AUTHENTICATION_METHOD=ldap
|
# example : DEFAULT_AUTHENTICATION_METHOD=ldap
|
||||||
#- DEFAULT_AUTHENTICATION_METHOD=
|
#- DEFAULT_AUTHENTICATION_METHOD=
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -245,7 +245,7 @@ services:
|
||||||
# LOGOUT_ON_MINUTES : The number of minutes
|
# LOGOUT_ON_MINUTES : The number of minutes
|
||||||
# example : LOGOUT_ON_MINUTES=55
|
# example : LOGOUT_ON_MINUTES=55
|
||||||
#- LOGOUT_ON_MINUTES=
|
#- LOGOUT_ON_MINUTES=
|
||||||
# DEFAULT_AUTHENTICATION_METHOD : The default authentication method used if a user does not exist to create and authenticate him
|
# DEFAULT_AUTHENTICATION_METHOD : The default authentication method used if a user does not exist to create and authenticate. . Method can be password or ldap.
|
||||||
# example : DEFAULT_AUTHENTICATION_METHOD=ldap
|
# example : DEFAULT_AUTHENTICATION_METHOD=ldap
|
||||||
#- DEFAULT_AUTHENTICATION_METHOD=
|
#- DEFAULT_AUTHENTICATION_METHOD=
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -212,7 +212,7 @@ services:
|
||||||
# LOGOUT_ON_MINUTES : The number of minutes
|
# LOGOUT_ON_MINUTES : The number of minutes
|
||||||
# example : LOGOUT_ON_MINUTES=55
|
# example : LOGOUT_ON_MINUTES=55
|
||||||
#- LOGOUT_ON_MINUTES=
|
#- LOGOUT_ON_MINUTES=
|
||||||
# DEFAULT_AUTHENTICATION_METHOD : The default authentication method used if a user does not exist to create and authenticate him
|
# DEFAULT_AUTHENTICATION_METHOD : The default authentication method used if a user does not exist to create and authenticate. Method can be password or ldap.
|
||||||
# example : DEFAULT_AUTHENTICATION_METHOD=ldap
|
# example : DEFAULT_AUTHENTICATION_METHOD=ldap
|
||||||
#- DEFAULT_AUTHENTICATION_METHOD=
|
#- DEFAULT_AUTHENTICATION_METHOD=
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -291,6 +291,6 @@ DEFAULT_LOGOUT_ON_MINUTES=""
|
||||||
KEY_LOGOUT_ON_MINUTES="logout-on-minutes"
|
KEY_LOGOUT_ON_MINUTES="logout-on-minutes"
|
||||||
|
|
||||||
|
|
||||||
DESCRIPTION_DEFAULT_AUTHENTICATION_METHOD="The default authentication method used if a user does not exist to create and authenticate him"
|
DESCRIPTION_DEFAULT_AUTHENTICATION_METHOD="The default authentication method used if a user does not exist to create and authenticate. Method can be password or ldap."
|
||||||
DEFAULT_DEFAULT_AUTHENTICATION_METHOD=""
|
DEFAULT_DEFAULT_AUTHENTICATION_METHOD=""
|
||||||
KEY_DEFAULT_AUTHENTICATION_METHOD="default-authentication-method"
|
KEY_DEFAULT_AUTHENTICATION_METHOD="default-authentication-method"
|
||||||
|
|
@ -271,7 +271,7 @@ echo -e "\n"
|
||||||
# echo -e "\t$ snap set $SNAP_NAME LOGOUT_ON_MINUTES='5'"
|
# echo -e "\t$ snap set $SNAP_NAME LOGOUT_ON_MINUTES='5'"
|
||||||
# echo -e "\n"
|
# echo -e "\n"
|
||||||
echo -e "Default authentication method."
|
echo -e "Default authentication method."
|
||||||
echo -e "The default authentication method used if a user does not exist to create and authenticate him"
|
echo -e "The default authentication method used if a user does not exist to create and authenticate. Method can be password or ldap."
|
||||||
echo -e "\t$ snap set $SNAP_NAME DEFAULT_AUTHENTICATION_METHOD='ldap'"
|
echo -e "\t$ snap set $SNAP_NAME DEFAULT_AUTHENTICATION_METHOD='ldap'"
|
||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
# parse config file for supported settings keys
|
# parse config file for supported settings keys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue