Skip to content

Commit

Permalink
Uncomment lines in account adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Nov 12, 2024
1 parent 5fcdcf8 commit 2bc9f01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gregor_django/gregor_anvil/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ class AccountAdapter(BaseAccountAdapter):

list_table_class = tables.AccountTable
list_filterset_class = filters.AccountListFilter
# account_link_verify_redirect = "users:redirect"
# account_link_email_subject = "Verify your AnVIL account email"
# account_verify_notification_email = "[email protected]"
account_link_verify_redirect = "users:redirect"
account_link_email_subject = "Verify your AnVIL account email"
account_verify_notification_email = "[email protected]"

def get_autocomplete_queryset(self, queryset, q):
"""Filter to Accounts where the email or the associated user name matches the query `q`."""
Expand Down

0 comments on commit 2bc9f01

Please sign in to comment.