Add checkbox for appstore account creation
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user