Skip to content

Commit

Permalink
backoffice: disable email verification
Browse files Browse the repository at this point in the history
  • Loading branch information
DonHaul committed Oct 31, 2024
1 parent ae3eea8 commit b5e5c9d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 139 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,19 @@ inspirehep should now be available under http://localhost:8080

---

### Test with Docker

#### Airflow

exec into the airflow docker container. e.g.:
```
docker exec -it inspire-hep-fork-airflow-webserver-1 /bin/bas
```

```
pytest tests
```

## Run locally

### Backend
Expand Down
2 changes: 1 addition & 1 deletion backoffice/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
# https://django-allauth.readthedocs.io/en/latest/configuration.html
ACCOUNT_USER_MODEL_USERNAME_FIELD = None
# https://django-allauth.readthedocs.io/en/latest/configuration.html
ACCOUNT_EMAIL_VERIFICATION = False
ACCOUNT_EMAIL_VERIFICATION = "none"
# https://django-allauth.readthedocs.io/en/latest/configuration.html
ACCOUNT_ADAPTER = "backoffice.users.adapters.AccountAdapter"
# https://django-allauth.readthedocs.io/en/latest/forms.html
Expand Down
66 changes: 0 additions & 66 deletions workflows/dags/happy_flow_dag.py

This file was deleted.

72 changes: 0 additions & 72 deletions workflows/dags/process_until_breakpoint.py

This file was deleted.

0 comments on commit b5e5c9d

Please sign in to comment.