From 6741b110fbd3815f306ae4a1befaf14233ca9827 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 13 Jul 2023 13:43:08 +0200 Subject: ✨ default username naming style is firstname.name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index fd3a49789..9adf148b6 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1479,7 +1479,7 @@ class IshtarSiteProfile(models.Model, Cached): account_naming_style = models.CharField( _("Naming style for accounts"), max_length=2, - default="NF", + default="FN", choices=ACCOUNT_NAMING_STYLE, ) default_center = models.PointField( -- cgit v1.2.3