mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
continuing work
This commit is contained in:
parent
7a6bf68ae0
commit
6d4183454f
1 changed files with 10 additions and 0 deletions
|
@ -472,6 +472,16 @@ help.en = "The secret for this client as registered with the OIDC provider."
|
||||||
help.fr = ""
|
help.fr = ""
|
||||||
type = "string"
|
type = "string"
|
||||||
|
|
||||||
|
[main.oidc.oidc_link_existing]
|
||||||
|
ask.en = "Link OIDC users to existings ones (email based)?"
|
||||||
|
ask.fr = "Lier les utilisateurices OIDC à ceux existants (basé sur leur email) ?"
|
||||||
|
bind = "oidc-link-existing:__FINALPATH__/config.yaml"
|
||||||
|
choices = ["true", "false"]
|
||||||
|
default = "false"
|
||||||
|
help.en = "Link OIDC authenticated users to existing ones based on their email address. This is mostly intended for migration purposes if you were running previous versions of GTS which only correlated users with their email address. Should be set to false for most usecases."
|
||||||
|
help.fr = "Lier les utilisateurs authentifiés par OIDC aux utilisateurs existants sur la base de leur adresse email. Ceci est principalement destiné à des fins de migration si vous utilisiez des versions antérieures de GTS qui ne corrélaient les utilisateurs qu'avec leur adresse email. Dans la plupart des cas, cette valeur doit être fixée à false."
|
||||||
|
type = "select"
|
||||||
|
|
||||||
####################
|
####################
|
||||||
#### ADVANCED SETTINGS
|
#### ADVANCED SETTINGS
|
||||||
####################
|
####################
|
||||||
|
|
Loading…
Add table
Reference in a new issue