Skip to content

Commit

Permalink
Update default.json.template (#556)
Browse files Browse the repository at this point in the history
* Update default.json.template

* Update CHANGELOG.md
  • Loading branch information
mboudet authored Dec 4, 2024
1 parent d00a587 commit 3f8d36c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* Clearer error message when adding a website
* Fix error in 'projects' tab from user page
* increase size of input field in users page
* add a readonly input field under email for showing the email domain
* add a readonly input field under email for showing the email domain*
* Add "custom_users" key to config file, to be used with various scripts

## 1.4.31 (2024-09-27)

Expand Down
3 changes: 2 additions & 1 deletion config/default.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -420,5 +420,6 @@
"test": {
"parameter1" : "test1"
}
}
},
"custom_users": {}
}

0 comments on commit 3f8d36c

Please sign in to comment.