Add checkbox for appstore account creation

This commit is contained in:
Johannes Zellner
2016-07-27 16:54:40 +02:00
parent 02fcb749aa
commit 60c1fb4a93
2 changed files with 8 additions and 3 deletions

View File

@@ -1,9 +1,6 @@
<div class="row">
<div class="col-md-12 text-center">
<h1>Create an Administrator for your Cloudron</h1>
<h4 class="">
This admin account is separate from your <a href="https://cloudron.io">cloudron.io</a> account.
</h4>
</div>
</div>
<br/>
@@ -25,6 +22,13 @@
<small ng-show="setup_form.password.$dirty && setup_form.password.$invalid">Password must be 8-30 character with at least one uppercase, one numeric and one special character</small>
</div>
</div>
<div class="form-group">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="wizard.createAppstoreAccount"> Create Cloudron store account with the same credentials
</label>
</div>
</div>
</div>
</div>
<div class="row">