mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-27 13:06:30 +02:00
Add domain invitation content
This commit is contained in:
parent
ac923701a0
commit
9a2ee18cb9
1 changed files with 17 additions and 0 deletions
|
@ -32,6 +32,23 @@
|
||||||
(since a domain request should be maintained as-adjudicated for records retention purposes).
|
(since a domain request should be maintained as-adjudicated for records retention purposes).
|
||||||
Entries are created here upon approval of a domain request.
|
Entries are created here upon approval of a domain request.
|
||||||
</p>
|
</p>
|
||||||
|
{% elif opts.model_name == 'domaininvitation' %}
|
||||||
|
<p>
|
||||||
|
Domain invitations contain all individuals who have been invited to manage a .gov domain.
|
||||||
|
Invitations are sent via email, and the recipient must log in to the registrar to officially
|
||||||
|
accept and become a domain manager.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
An “invited” status indicates that the recipient has not logged in to the registrar since the invitation was sent.
|
||||||
|
A “received” status indicates that the recipient has logged in.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
If an invitation is created in this table, an email will not be sent.
|
||||||
|
To have an email sent, go to the domain in <a href="{% url 'admin:registrar_domain_changelist' %}">Domains</a>,
|
||||||
|
click the “Manage domain” button, and add a domain manager.
|
||||||
|
</p>
|
||||||
{% elif opts.model_name == 'contact' %}
|
{% elif opts.model_name == 'contact' %}
|
||||||
<p>
|
<p>
|
||||||
Contacts include anyone who has access to the registrar (known as “users”) and anyone listed in a domain request,
|
Contacts include anyone who has access to the registrar (known as “users”) and anyone listed in a domain request,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue