KEYCLOAK-1253

This commit is contained in:
Stian Thorgersen
2015-05-05 06:49:54 +02:00
parent 2de0748e95
commit f388c3d385

View File

@@ -12,7 +12,7 @@
</div>
<kc-tooltip>Enable/disable the registration page. A link for registration will show on login page too.</kc-tooltip>
</div>
<div class="form-group" ng-show="registrationAllowed">
<div class="form-group" ng-show="realm.registrationAllowed">
<label for="registrationEmailAsUsername" class="col-md-2 control-label">Email as username</label>
<div class="col-md-6">
<input ng-model="realm.registrationEmailAsUsername" name="registrationEmailAsUsername" id="registrationEmailAsUsername" onoffswitch />