-
Notifications
You must be signed in to change notification settings - Fork 8
/
dev-console.html.md.erb
29 lines (20 loc) · 1.03 KB
/
dev-console.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
---
title: Getting Started with the Apps Manager
---
The Apps Manager is a tool to help manage organizations, users,
applications, and spaces.
Complete the following steps to invite new users to the Apps Manager.
1. Log in to the Apps Manager: <%=vars.console%>
1. The Apps Manager displays information for your org and all of the spaces in your org.
<%= image_tag("console-org.png") %>
1. In the Members tab, click **Invite New Members**.
<%= image_tag("images/manage-accounts/org-members.png") %>
1. Add an email address, assign a team role or roles, then click **Send Invite** to invite a new user to join your org.
## <a id='known-issues'></a>Important Tips ##
* You can remove users from orgs, but not spaces.
Instead, revoke the user's permissions in all spaces to effectively remove the
user from the org.
* Not all of the Apps Manager pages are Ajax-enabled.
Refresh the page to see the latest information.
* Changes to environment variables, as well as service bindings and unbindings,
require a `cf push` to update the application.