We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8abaa commit 7a88d06Copy full SHA for 7a88d06
templates/admin/auth/edit.tmpl
@@ -282,6 +282,7 @@
282
</div>
283
<div class="optional field">
284
<div class="ui checkbox">
285
+ <label for="skip_local_two_fa"><strong>{{.i18n.Tr "admin.auths.skip_local_two_fa"}}</strong></label>
286
<input id="skip_local_two_fa" name="skip_local_two_fa" type="checkbox" {{if $cfg.SkipLocalTwoFA}}checked{{end}}>
287
<p class="help">{{.i18n.Tr "admin.auths.skip_local_two_fa_helper"}}</p>
288
0 commit comments