Better text
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<div class="form-group" ng-class="{ 'has-error': ownerForm.email.$dirty && ownerForm.email.$invalid }">
|
||||
<label class="control-label" for="inputEmail">Email <sup><a ng-href="{{ webServerOrigin }}/documentation/installation/#admin-account" class="help" target="_blank" tabIndex="-1"><i class="fa fa-question-circle"></i></a></sup></label>
|
||||
<input type="email" class="form-control" ng-model="owner.email" id="inputEmail" name="email" placeholder="Email" required autocomplete="off" ng-disabled="owner.busy">
|
||||
<small>Email is local to your Cloudron. A valid email is required for Let's Encrypt certificates.</small>
|
||||
<small>A valid email is required for Let's Encrypt certificates. This email is local to your Cloudron. </small>
|
||||
</div>
|
||||
<div class="form-group" ng-class="{ 'has-error': (ownerForm.username.$dirty && ownerForm.username.$invalid) || (!ownerForm.username.$dirty && owner.error.username) }">
|
||||
<label class="control-label" for="inputUsername">Username</label>
|
||||
@@ -97,31 +97,26 @@
|
||||
<div class="card" style="max-width: none; padding: 20px 40px;">
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center">
|
||||
<h1>Before you install the first app</h1>
|
||||
<h1>Cloudron is ready to use</h1>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
<p>
|
||||
A few notes about apps on your Cloudron:
|
||||
<ul style="list-style-type: none;">
|
||||
<li>
|
||||
Apps are pre-setup to work out-of-the box.
|
||||
This also includes for example email sending configurations.
|
||||
<br/>
|
||||
<i class="fa fa-caret-right"></i> The dashboard will help you to ensure emails can be delivered.
|
||||
Before you start:
|
||||
<ul class="fa-ul">
|
||||
<li><i class="fa-li fa fa-users"></i>
|
||||
<b>User management</b>: Cloudron has a central user directory. When installing an app,
|
||||
you can choose whether to set it up with Cloudron Directory integration.
|
||||
</li>
|
||||
<br/>
|
||||
<li>
|
||||
Cloudron has a built-in user directory and most apps are configured to use that by default.
|
||||
<br/>
|
||||
<i class="fa fa-caret-right"></i> User integration and access can be configured per app.
|
||||
<li><i class="fa-li fa fa-envelope-open"></i>
|
||||
<b>Email Configuration</b>: All apps are configured to send email via the built-in
|
||||
mail server. Instead of configuring each app, you can configure and track mail delivery in
|
||||
the Email view.
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center">
|
||||
<a class="btn btn-success" href="/">Proceed to Dashboard</a>
|
||||
|
||||
Reference in New Issue
Block a user