Skip to content

Commit af15767

Browse files
Copilotsandhose
andcommitted
Remove deprecated set_email_verification option from docs
Co-authored-by: sandhose <1549952+sandhose@users.noreply.github.com>
1 parent fc7e2e3 commit af15767

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

docs/reference/configuration.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -794,15 +794,6 @@ upstream_oauth2:
794794
#action: suggest
795795
#template: "{{ user.email }}"
796796

797-
# Whether the email address must be marked as verified.
798-
# Possible values are:
799-
# - `import`: mark the email address as verified if the upstream provider
800-
# has marked it as verified, using the `email_verified` claim.
801-
# This is the default.
802-
# - `always`: mark the email address as verified
803-
# - `never`: mark the email address as not verified
804-
#set_email_verification: import
805-
806797
# An account name, for display purposes only
807798
# This helps end user identify what account they are using
808799
account_name:

docs/setup/sso.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ upstream_oauth2:
213213
email:
214214
action: suggest
215215
template: "{{ user.email }}"
216-
set_email_verification: always
217216
```
218217

219218

@@ -250,7 +249,6 @@ upstream_oauth2:
250249
email:
251250
action: suggest
252251
template: "{{ user.email }}"
253-
set_email_verification: always
254252
```
255253

256254

@@ -291,7 +289,6 @@ upstream_oauth2:
291289
email:
292290
action: suggest
293291
template: "{{ user.email }}"
294-
set_email_verification: always
295292
account_name:
296293
template: "{{ user.name }}"
297294
```
@@ -462,7 +459,6 @@ upstream_oauth2:
462459
email:
463460
action: suggest
464461
template: "{{ user.email }}"
465-
set_email_verification: always
466462
```
467463

468464

@@ -499,7 +495,6 @@ upstream_oauth2:
499495
email:
500496
action: suggest
501497
template: "{{ user.email }}"
502-
set_email_verification: always
503498
account_name:
504499
template: "{{ user.preferred_username }}"
505500
```
@@ -646,5 +641,4 @@ upstream_oauth2:
646641
email:
647642
action: suggest
648643
template: "{{ user.email }}"
649-
set_email_verification: always
650644
```

0 commit comments

Comments
 (0)