You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently added support for tracking organization URLs to the SecureDrop directory, and populated it with their current URLs. See freedomofpress/securedrop.org#675 for background. This allows us to onboard organizations using their main site URL, instead of the landing page URL, which is more likely to change.
We should switch sddir.py to parse the organization URL, which will likely require updating some existing records.
The text was updated successfully, but these errors were encountered:
eloquence
changed the title
Use organization_url to on-board organizations
Use organization_url to on-board organizations
Apr 26, 2021
Simple enough to add those and proceed, which I'll do after knocking out the outstanding onion name requests (#80 & #81). We should consider setting those fields as required on the model, but for now we'll just consider them required for onboarding to onion names.
We recently added support for tracking organization URLs to the SecureDrop directory, and populated it with their current URLs. See freedomofpress/securedrop.org#675 for background. This allows us to onboard organizations using their main site URL, instead of the landing page URL, which is more likely to change.
We should switch
sddir.py
to parse the organization URL, which will likely require updating some existing records.The text was updated successfully, but these errors were encountered: