settings fiel

This commit is contained in:
cupcakearmy 2023-01-28 22:35:58 +01:00
parent f066be6d23
commit 51872cddcb
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@
<?= $this->form->text('oauth2_key_group_filter', $values) ?>
<p class="form-help"><?= t('Use a comma to enter multiple useable groups: group1,group2') ?></p>
<?= $this->form->label(t('Automatically add user to a group'), 'oauth2_custom_group') ?>
<?= $this->form->text('oauth2_custom_group', $values) ?>
<p class="form-help"><?= t('Use a comma to enter multiple useable groups: group1,group2 (The referenced groups are handled as external, so existing groups might not work as expected)') ?></p>
<?= $this->form->label(t('Custom Login Text'), 'oauth2_custom_login_text') ?>
<?= $this->form->text('oauth2_custom_login_text', $values) ?>
<p class="form-help"><?= t('Enter the text you would prefer to see rather than the default "OAuth2 login".') ?></p>