Skip to content

Commit

Permalink
Fix: e-mail MFA code verification (#714)
Browse files Browse the repository at this point in the history
* Fix: e-mail MFA code verification

* Expand comments

* Fix doctests

---------

Co-authored-by: Robert Olejnik <robert@teonite.com>
  • Loading branch information
moubctez and teon authored Aug 12, 2024
1 parent 98fdcd7 commit 6219237
Show file tree
Hide file tree
Showing 17 changed files with 3,745 additions and 5,700 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,10 @@ Following environment variables can be set to configure orion core service:
### HTTP server

* **DEFGUARD_WEB_PORT**: web services bind port, default = `8000`


### User agents YAML update

```
curl -Lf https://raw.githubusercontent.com/ua-parser/uap-core/master/regexes.yaml | yq -y '.' > user_agent_header_regexes.yaml
```
Loading

0 comments on commit 6219237

Please sign in to comment.