You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/templates/partials/edit-oauth2-strategy.tpl
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,4 +91,18 @@
91
91
</fieldset>
92
92
</div>
93
93
</div>
94
+
<div class="row border-top mt-3 pt-3">
95
+
<div class="col-12">
96
+
<h6>Adjustments</h6>
97
+
<p class="form-text">
98
+
Occasionally, some providers may have slightly different implementations that require adjustments on this end.
99
+
We offer some common adjustments below.
100
+
</p>
101
+
102
+
<div class="form-check form-switch">
103
+
<input type="checkbox" class="form-check-input" id="usernameViaEmail" name="usernameViaEmail" {{{ if (./usernameViaEmail =="on") }}}checked{{{ end }}}>
104
+
<label for="usernameViaEmail" class="form-check-label">Fall back to email as username if no username available (e.g. <code><strong>username</strong>@example.org</code>)</label>
0 commit comments