mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-26 05:11:06 -05:00
remove create account CTA if user signed in
This commit is contained in:
@@ -23,27 +23,29 @@
|
||||
<li>letters</li>
|
||||
</ul>
|
||||
<p>You don’t need any technical knowledge to use Notify.</p>
|
||||
<p><a href="{{ url_for('main.register') }}">Create an account</a> for free and try it yourself.</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p><a href="{{ url_for('main.register') }}">Create an account</a> for free and try it yourself.</p>
|
||||
{% endif %}
|
||||
|
||||
<h2 class="heading-medium">Reusable message templates</h2>
|
||||
<p>To send an email, text or letter with Notify, first create a reusable message template.</p>
|
||||
<p>Templates let you send the same thing to lots of people, as often as you need to, without writing a new message each time.</p>
|
||||
|
||||
|
||||
<h2 class="heading-medium">Personalised content</h2>
|
||||
<p>Notify makes it easy to send personalised messages from a single template.</p>
|
||||
<p>If you want to include the recipient's name or a reference number in your message, you can add a placeholder. Placeholders get filled in each time you send a message. You can do this manually or upload a list of personal details and let Notify do it for you.</p>
|
||||
|
||||
|
||||
<h2 class="heading-medium">Bulk sending</h2>
|
||||
<p>To send a batch of messages at once, upload a list of contact details to Notify. You can also schedule the date and time you want them to be sent.</p>
|
||||
|
||||
|
||||
<h2 class="heading-medium">API integration</h2>
|
||||
<p>You can integrate the GOV.UK Notify API with your web application or back-office system to send messages automatically.</p>
|
||||
<p><a href="https://www.notifications.service.gov.uk/documentation">Read our API documentation</a> for more information.</p>
|
||||
|
||||
|
||||
<h2 class="heading-medium">Reporting</h2>
|
||||
<p>Notify’s real-time dashboard lets you see the number of messages sent. You can also check the current status of any message to see when it was delivered.</p>
|
||||
<p>Read more about <a href="https://www.notifications.service.gov.uk/features/using-notify#messagestatus">message statuses</a>.</p>
|
||||
|
||||
|
||||
<h2 class="heading-medium">Permissions</h2>
|
||||
<p>Control which members of your team can see, create, edit and send messages.</p>
|
||||
<p>Notify lets you:</p>
|
||||
@@ -52,7 +54,7 @@
|
||||
<li>invite team members who don’t have a government email address</li>
|
||||
<li>choose who else can manage team members</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2 class="heading-medium">Performance</h2>
|
||||
<p>GOV.UK Notify commits to:</p>
|
||||
<ul class="list list-bullet">
|
||||
@@ -61,24 +63,24 @@
|
||||
</ul>
|
||||
|
||||
<p>We send messages through several different providers. If one provider fails, Notify switches to another so that your messages are not affected.</p>
|
||||
|
||||
|
||||
<p>Visit GOV.UK Performance to <a href="https://www.gov.uk/performance/govuk-notify">see how Notify is performing</a>.</p>
|
||||
|
||||
|
||||
<h2 class="heading-medium">Security</h2>
|
||||
<p>Notify protects and manages data to meet the needs of government services.</p>
|
||||
|
||||
|
||||
<h3 class="heading-small">Hide sensitive information</h3>
|
||||
<p>Notify lets you redact personal information from your messages after they've been sent. This means that only the recipient can see that information.</p>
|
||||
|
||||
|
||||
<h3 class="heading-small">Two-factor authentication</h3>
|
||||
<p>Notify uses 2FA to keep your account secure. Every time you sign in, we'll send a unique one-time code to your phone and ask you to enter it first.</p>
|
||||
<p>Read more about <a href="https://www.notifications.service.gov.uk/features/security">security</a>.
|
||||
|
||||
<p>Read more about <a href="https://www.notifications.service.gov.uk/features/security">security</a>.
|
||||
|
||||
<h2 class="heading-medium">Support</h2>
|
||||
<p>Notify provides 24-hour online support. If you have an emergency outside office hours, we’ll reply within 30 minutes.</p>
|
||||
<p>Find out more about <a href="https://www.notifications.service.gov.uk/support">support</a>.</p>
|
||||
|
||||
<p>Find out more about <a href="https://www.notifications.service.gov.uk/support">support</a>.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -13,11 +13,13 @@
|
||||
{{ sub_navigation(navigation_links) }}
|
||||
</div>
|
||||
<div class="column-two-thirds">
|
||||
|
||||
|
||||
<h1 class="heading heading-large">Emails</h1>
|
||||
<p>Send an unlimited number of emails for free with GOV.UK Notify.</p>
|
||||
<p><a href="https://www.notifications.service.gov.uk/register">Create an account</a> and try Notify for yourself.</p>
|
||||
|
||||
<p>Send an unlimited number of emails for free with GOV.UK Notify.</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p><a href="https://www.notifications.service.gov.uk/register">Create an account</a> and try Notify for yourself.</p>
|
||||
{% endif %}
|
||||
|
||||
<h2 class="heading heading-medium">Features</h2>
|
||||
<p>Notify makes it easy to:</p>
|
||||
<ul class="list list-bullet">
|
||||
@@ -42,17 +44,17 @@
|
||||
</ul>
|
||||
<p><a href="https://www.notifications.service.gov.uk/support/ask-question-give-feedback">Contact the team</a> and ask us to turn this feature on for your service.</p>
|
||||
<p><a href="https://www.notifications.service.gov.uk/documentation">Read the API documentation</a> for more information.</p>
|
||||
|
||||
|
||||
<h3 class="heading heading-small">Add a reply-to address</h3>
|
||||
<p>Notify lets you choose the email address that users reply to.</p>
|
||||
<p>Emails with a reply-to address seem more trustworthy and are less likely to be labelled as spam.</p>
|
||||
<p>You can add reply-to addresses in your service settings.</p>
|
||||
|
||||
|
||||
<h2 class="heading heading-medium">Pricing</h2>
|
||||
<p>It’s free to send emails through GOV.UK Notify.</p>
|
||||
<p><a href="https://www.notifications.service.gov.uk/pricing">See pricing</a> for more details.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -16,7 +16,9 @@
|
||||
|
||||
<h1 class="heading heading-large">Letters</h1>
|
||||
<p>GOV.UK Notify will print, pack and post your letters for you.</p>
|
||||
<p><a href="https://www.notifications.service.gov.uk/register">Create an account</a> and try Notify for yourself.</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p><a href="https://www.notifications.service.gov.uk/register">Create an account</a> and try Notify for yourself.</p>
|
||||
{% endif %}
|
||||
|
||||
<h2 class="heading heading-medium">Features</h2>
|
||||
<p>Notify makes it easy to:</p>
|
||||
|
||||
@@ -13,10 +13,12 @@
|
||||
{{ sub_navigation(navigation_links) }}
|
||||
</div>
|
||||
<div class="column-two-thirds">
|
||||
|
||||
|
||||
<h1 class="heading heading-large">Text messages</h1>
|
||||
<p>With GOV.UK Notify you can send thousands of free text messages to UK and international numbers.</p>
|
||||
{% if not current_user.is_authenticated %}
|
||||
<p><a href="https://www.notifications.service.gov.uk/register">Create an account</a> and try Notify for yourself.</p>
|
||||
{% endif %}
|
||||
|
||||
<h2 class="heading heading-medium">Features</h2>
|
||||
<p>Notify makes it easy to:</p>
|
||||
@@ -28,15 +30,15 @@
|
||||
|
||||
<h3 class="heading heading-small">Receive text messages</h3>
|
||||
<p>Let people send messages to your service or reply to your texts.</p>
|
||||
<p>You can see and reply to the messages you receive, or set up your own automated processes to manage replies.</p>
|
||||
<p>You can see and reply to the messages you receive, or set up your own automated processes to manage replies.</p>
|
||||
<p><a href="https://www.notifications.service.gov.uk/support/ask-question-give-feedback">Contact the team</a> to request a unique number for text message replies.</p>
|
||||
|
||||
|
||||
<h3 class="heading heading-small">Show people who your texts are from</h3>
|
||||
<p>When you send a text message with Notify, the sender name tells people who it's from.</p>
|
||||
<p>You can change the text message sender name from the default of 'GOVUK' in your service settings.</p>
|
||||
|
||||
<h2 class="heading heading-medium">Pricing<h2>
|
||||
<p>Each service you set up has a free annual allowance. After that it costs 1.58 pence (plus VAT) to send a text to a UK number.</p>
|
||||
<p>Each service you set up has a free annual allowance. After that it costs 1.58 pence (plus VAT) to send a text to a UK number.</p>
|
||||
<p>The free allowance is:</p>
|
||||
<ul class="list list-bullet">
|
||||
<li>250,000 free text messages for central government services</li>
|
||||
@@ -45,6 +47,6 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user