-
Notifications
You must be signed in to change notification settings - Fork 6
EAG import fine tuning and password reset flow cleanup #1243
Conversation
Although I can clean up few strings before the review. |
…2-eag-import-and-tags-merging
…rg into 1120-internal-profiles
Password reset flow looks fine |
<p class="error"> | ||
Unfortunately this password reset url isn't valid anymore. | ||
Please try to <a href="{% url "account_reset_password" %}">reset your password here</a>, | ||
or reach out to the support at contact@eahub.org. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe rather tech@eahub.org.?
Also, we should set this in environment variables or with django singleton (don't need to do this now)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend reserving tech@ for technical matters only, eg sentry or DNS monitoring.
Ideally I would put there support@eahub.org, but looks like it wasn't set up.
Would that make sense to you?
I would like to. This isn't our email though, it comes with the allauth package. I guess it's a lover priority comparing to other things as SSO and stuff? I'll create a ticket though. |
Hi @sebgrebe, I prepared few updates, especially with the password reset flow.
We need to deploy this before the imports.
You can check them here: