Make gerrit default to 'real' names
We have 'real' names on most services, but the display names on gerrit
are usernames by default. Everyone except PineaFan has set a display
name equivalent to their 'real' name, so it makes sense to have it as
the default
(This does not constitute a legal name policy within clicks, everyone is
free to choose any name they want as their 'real' name as they have
always been, and everyone is still free to change it at any time)
Change-Id: I2327d5808813eb54170c8fcf26f0b20e1f5ab920
Reviewed-on: https://git.clicks.codes/c/Clicks/NixFiles/+/53
Tested-by: Skyler Grey <minion@clicks.codes>
Reviewed-by: Samuel Shuert <coded@clicks.codes>
diff --git a/modules/common/gerrit.nix b/modules/common/gerrit.nix
index 2cadb1b..87793b1 100644
--- a/modules/common/gerrit.nix
+++ b/modules/common/gerrit.nix
@@ -20,7 +20,7 @@
settings = {
accounts = {
visibility = "SAME_GROUP";
- defaultDisplayName = "USERNAME";
+ defaultDisplayName = "FULL_NAME";
};
addReviewer = {
maxWithoutConfirmation = 3;