Can't enable registration for realm
This commit is contained in:
parent
a3945c85bc
commit
dfcf46b056
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@
|
|||
<div class="form-group clearfix block">
|
||||
<label class="control-label">User registration</label>
|
||||
<div class="onoffswitch">
|
||||
<input type="checkbox" data-ng-model="realm.userRegistration" class="onoffswitch-checkbox" name="userRegistration" id="userRegistration">
|
||||
<label for="userRegistration" class="onoffswitch-label">
|
||||
<input type="checkbox" data-ng-model="realm.registrationAllowed" class="onoffswitch-checkbox" name="registrationAllowed" id="registrationAllowed">
|
||||
<label for="registrationAllowed" class="onoffswitch-label">
|
||||
<span class="onoffswitch-inner">
|
||||
<span class="onoffswitch-active">ON</span>
|
||||
<span class="onoffswitch-inactive">OFF</span>
|
||||
|
|
Loading…
Reference in a new issue