mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
25 lines
2.3 KiB
XML
25 lines
2.3 KiB
XML
<?xml version='1.0' encoding='utf-8' ?>
|
||
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [
|
||
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
|
||
%BOOK_ENTITIES;
|
||
]>
|
||
<section id="send-projects-membership-invitation">
|
||
<title>Sending Project Membership Invitations</title>
|
||
<para>Use these steps to add a new member to a project if the invitations feature is enabled in the cloud as described in <xref linkend="set-up-invitations"/>. If the invitations feature is not turned on, use the procedure in Adding Project Members From the UI.</para>
|
||
<orderedlist>
|
||
<listitem><para>Log in to the CloudPlatform UI.</para></listitem>
|
||
<listitem><para>In the left navigation, click Projects.</para></listitem>
|
||
<listitem><para>In Select View, choose Projects.</para></listitem>
|
||
<listitem><para>Click the name of the project you want to work with.</para></listitem>
|
||
<listitem><para>Click the Invitations tab.</para></listitem>
|
||
<listitem><para>In Add by, select one of the following:</para>
|
||
<orderedlist>
|
||
<listitem><para>Account – The invitation will appear in the user’s Invitations tab in the Project View. See Using the Project View.</para></listitem>
|
||
<listitem><para>Email – The invitation will be sent to the user’s email address. Each emailed invitation includes a unique code called a token which the recipient will provide back to CloudPlatform when accepting the invitation. Email invitations will work only if the global parameters related to the SMTP server have been set. See <xref linkend="set-up-invitations"/>.</para></listitem>
|
||
</orderedlist></listitem>
|
||
<listitem><para>Type the user name or email address of the new member you want to add, and click Invite. Type the CloudPlatform user name if you chose Account in the previous step. If you chose Email, type the email address. You can invite only people who have an account in this cloud within the same domain as the project. However, you can send the invitation to any email address.</para></listitem>
|
||
<listitem><para>To view and manage the invitations you have sent, return to this tab. When an invitation is accepted, the new member will appear in the project’s Accounts tab.</para></listitem>
|
||
</orderedlist>
|
||
</section>
|
||
|