mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-13 16:17:01 +02:00
PR suggestion
This commit is contained in:
parent
4e08e92bea
commit
6b08c07069
1 changed files with 2 additions and 2 deletions
|
@ -134,7 +134,7 @@ Analysts are a variant of the admin role with limited permissions. The process f
|
||||||
Do note that if you wish to have both an analyst and admin account, append `-Analyst` to your first and last name, or use a completely different first/last name to avoid confusion. Example: `Bob-Analyst`
|
Do note that if you wish to have both an analyst and admin account, append `-Analyst` to your first and last name, or use a completely different first/last name to avoid confusion. Example: `Bob-Analyst`
|
||||||
|
|
||||||
## Adding an email address to the email whitelist (sandboxes only)
|
## Adding an email address to the email whitelist (sandboxes only)
|
||||||
On all non-production environments, we use an email whitelist table (called `AllowEmail`). This whitelist is not case sensitive, and it provides an inclusion for +1 emails (like example.person+1@igorville.gov). The content after the `+` can be any _digit_. The whitelist checks for the "base" email (example.person) so even if you only have the +1 email defined, an email will still be sent assuming that it follows those conventions.
|
On all non-production environments, we use an email whitelist table (called `Allowed emails`). This whitelist is not case sensitive, and it provides an inclusion for +1 emails (like example.person+1@igorville.gov). The content after the `+` can be any _digit_. The whitelist checks for the "base" email (example.person) so even if you only have the +1 email defined, an email will still be sent assuming that it follows those conventions.
|
||||||
|
|
||||||
To add yourself to this, you can go about it in three ways.
|
To add yourself to this, you can go about it in three ways.
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ Permanent (all sandboxes):
|
||||||
2. In src/registrar/fixtures_users.py, add the desired email address to the `ADDITIONAL_ALLOWED_EMAILS` list. This route is suggested for product.
|
2. In src/registrar/fixtures_users.py, add the desired email address to the `ADDITIONAL_ALLOWED_EMAILS` list. This route is suggested for product.
|
||||||
|
|
||||||
Sandbox specific (wiped when the db is reset):
|
Sandbox specific (wiped when the db is reset):
|
||||||
3. Create a new record on the `AllowEmail` table with your email address. This can be done through django admin.
|
3. Create a new record on the `Allowed emails` table with your email address. This can be done through django admin.
|
||||||
|
|
||||||
More detailed instructions regarding #3 can be found [here](https://docs.google.com/document/d/1ebIz4PcUuoiT7LlVy83EAyHAk_nWPEc99neMp4QjzDs).
|
More detailed instructions regarding #3 can be found [here](https://docs.google.com/document/d/1ebIz4PcUuoiT7LlVy83EAyHAk_nWPEc99neMp4QjzDs).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue