Adding users pages and logic back to CP admin interface#787
Adding users pages and logic back to CP admin interface#787caitlinroach-nhs wants to merge 40 commits into
Conversation
Updated the welcome email to include multiple pharmacy locations.
Changed to: Add pharmacies or manage an existing pharmacy.
| <div class="app-email-preview"> | ||
| {% include "user-admin/_welcome-email.html" %} | ||
| {% if (pharmacies | length) > 1 %} | ||
| {% include "emails/welcome-email-multiple-pharmacies.html" %} |
There was a problem hiding this comment.
I think we need another 'if' in this section so that when you do Check and add a group admin this email is displayed:
welcome-email-group-admin.html
| {% endfor %} | ||
| </ul> | ||
|
|
||
| <p>Their Okta account will remain active, so they can continue to access other services.</p> |
There was a problem hiding this comment.
Will leave this line for now but want to run it past Ileri - it's what we currently say in the main service. But I'd be inclined to delete it as not sure it helps in any way.
|
|
||
| <p>Once you deactivate {{ user.firstName }} {{ user.lastName }} ({{ user.email }}), they will not be able to sign in and use NHS Record a vaccination for this pharmacy group. They’ll receive an email to confirm their account has been deactivated.</p> | ||
|
|
||
| <p>Their Okta account will remain active, so they can continue to access other services.</p> |
There was a problem hiding this comment.
Will leave this line for now but want to run it past Ileri - it's what we currently say in the main service. But I'd be inclined to delete it as not sure it helps in any way.
|
|
||
| <p>Their Okta account will remain active, so they can continue to access other services.</p> | ||
|
|
||
| <p>You can reactivate their account anytime.</p> |
There was a problem hiding this comment.
Pending a decision about whether group admins can be reactivated or whether they need to be re-added, we may delete this.
Changed 'Add new user ...' to 'Add a new user'
Updated the welcome email to reflect multiple pharmacies.
This relates specifically to when a head office deactivates a pharmacy branch. It is the email that we would send to lead admins at the deactivated pharmacy branch.
In this bit of work we are adding back the users section and finishing up any final designs for that. This includes: