Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add text from the Handbook to the rejected user email #2022

Merged
merged 5 commits into from
Sep 20, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions dandiapi/api/templates/api/mail/rejected_user_message.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ Dear {{ greeting_name }},

Your DANDI account has been denied approval.
{% if rejection_reason %}
Reason:
Detailed reason:
{{ rejection_reason }}
{% endif %}

If you would like to appeal this decision, please contact the DANDI admins at help@dandiarchive.org.
DANDI is freely accessible to the neuroscience research community. Membership is usually granted automatically to GitHub accounts with a .edu or similar academic email. If your registration is denied:

- With an academic email not linked to your GitHub, please contact help@dandiarchive.org for assistance using this academic email address to verify your academic affiliation.

- Without an academic email, account approval is still possible under specific circumstances. Appeal decisions at help@dandiarchive.org.
kabilar marked this conversation as resolved.
Show resolved Hide resolved

For more information, see the "Create a DANDI Account page" at https://www.dandiarchive.org/handbook/16_account.

Sincerely,

Expand Down