forked from pivotal-cf/docs-pcf-install
-
Notifications
You must be signed in to change notification settings - Fork 1
/
creating-account.html.md.erb
51 lines (35 loc) · 1.99 KB
/
creating-account.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Creating New Elastic Runtime User Accounts
owner: Identity
---
<strong><%= modified_date %></strong>
When you first deploy your [Elastic Runtime](https://network.pivotal.io/products/pivotal-cf) PaaS, there is only one user: an administrator.
At this point, you can add accounts for new users who can then push applications
using the cf Command Line Interface (cf CLI).
How to add users depends on whether or not you have SMTP enabled, as described in the options below.
## <a id='smtp'></a>Option 1: Adding New Users when SMTP is Enabled ##
If you have enabled SMTP, your users can sign up for accounts and create their
own orgs.
They do this using the [Pivotal Cloud Foundry®](https://network.pivotal.io/products/pivotal-cf) (PCF) Apps Manager, a self-service tool for managing
organizations, users, applications, and application spaces.
Instruct users to complete the following steps to log in and get started using
the Apps Manager.
1. Browse to `console.YOUR-SYSTEM-DOMAIN`. Refer to **Elastic Runtime > Cloud
Controller** to locate your system domain.
1. Select **Create an Account**.
1. Enter your email address and click **Create an Account**.
You will receive an email from the Apps Manager when your account is ready.
1. When you receive the new account email, follow the link in the email to
complete your registration.
1. You will be asked to choose your organization name.
You now have access to the Apps Manager.
Refer to the Apps Manager documentation at
[docs.pivotal.io](http://docs.pivotal.io) for more information about using
the Apps Manager.
## <a id='admin'></a>Option 2: Adding New Users when SMTP is Not Enabled ##
If you have not enabled SMTP, only an administrator can create new users,
and there is no self-service facility for users to sign up for accounts or
create orgs.
The administrator creates users with the cf CLI.
See [Creating and Managing Users with the cf CLI](../adminguide/cli-user-management.html).
[Return to the Installing PCF Guide](../installing/index.html)