Can't enable registration for realm

This commit is contained in:
Stian Thorgersen 2013-10-07 12:38:53 +01:00
parent a3945c85bc
commit dfcf46b056

View file

@ -60,8 +60,8 @@
<div class="form-group clearfix block"> <div class="form-group clearfix block">
<label class="control-label">User registration</label> <label class="control-label">User registration</label>
<div class="onoffswitch"> <div class="onoffswitch">
<input type="checkbox" data-ng-model="realm.userRegistration" class="onoffswitch-checkbox" name="userRegistration" id="userRegistration"> <input type="checkbox" data-ng-model="realm.registrationAllowed" class="onoffswitch-checkbox" name="registrationAllowed" id="registrationAllowed">
<label for="userRegistration" class="onoffswitch-label"> <label for="registrationAllowed" class="onoffswitch-label">
<span class="onoffswitch-inner"> <span class="onoffswitch-inner">
<span class="onoffswitch-active">ON</span> <span class="onoffswitch-active">ON</span>
<span class="onoffswitch-inactive">OFF</span> <span class="onoffswitch-inactive">OFF</span>