diff --git a/dandiapi/api/views/auth.py b/dandiapi/api/views/auth.py index 6525ff73a..6459290d6 100644 --- a/dandiapi/api/views/auth.py +++ b/dandiapi/api/views/auth.py @@ -49,8 +49,15 @@ def auth_token_view(request: Request) -> HttpResponseBase: QUESTIONS = [ {'question': 'First Name', 'max_length': 100}, {'question': 'Last Name', 'max_length': 100}, - {'question': 'What do you plan to use DANDI for?', 'max_length': 1000}, - {'question': 'Please list any affiliations you have.', 'max_length': 1000}, + {'question': 'Affiliation(s)', 'max_length': 1000}, + {'question': 'Lab/project website', 'max_length': 1000}, + { + 'question': 'Please describe how your research project will utilize' + ' DANDI resources. (Please note that users can freely' + ' search, view, and download public datasets without' + ' an account.)', + 'max_length': 1000, + }, ] # questions for new users