Skip to content

Commit

Permalink
Merge pull request #869 from UW-GAC/feature/better-message-after-acco…
Browse files Browse the repository at this point in the history
…unt-link

Custom message after account link
  • Loading branch information
amstilp authored Dec 17, 2024
2 parents 84fb3ce + 0e45372 commit 99074c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions primed/primed_anvil/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ class AccountAdapter(BaseAccountAdapter):

list_table_class = AccountTable
list_filterset_class = AccountListFilter
account_link_verify_message = """Thank you for linking your account!
The CC will add your account to appropriate groups on AnVIL.
If you do not have access to workspaces that you expect after 24 hours, please contact the CC."""
account_link_verify_redirect = "users:redirect"
account_link_email_subject = "Verify your AnVIL account email"
account_verify_notification_email = "[email protected]"
Expand Down

0 comments on commit 99074c6

Please sign in to comment.