KEYCLOAK-229 Add option to disable registration on first social login
This commit is contained in:
parent
a144ab07f2
commit
c7b096cf7d
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@
|
|||
<label for="social" class="control-label">Social login</label>
|
||||
<input ng-model="realm.social" name="social" id="social" onoffswitch />
|
||||
</div>
|
||||
<div class="form-group clearfix block" data-ng-show="realm.social">
|
||||
<label for="automaticRegistrationAfterSocialLogin" class="control-label">Auto Reg on Social Login</label>
|
||||
<input ng-model="realm.automaticRegistrationAfterSocialLogin" name="automaticRegistrationAfterSocialLogin" id="automaticRegistrationAfterSocialLogin" onoffswitch />
|
||||
</div>
|
||||
<div class="form-group clearfix block">
|
||||
<label for="registrationAllowed" class="control-label">User registration</label>
|
||||
<input ng-model="realm.registrationAllowed" name="registrationAllowed" id="registrationAllowed" onoffswitch />
|
||||
|
|
Loading…
Reference in a new issue