From 207ebbb27f1bdff45ba520fb92c14383f552fd7c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 9 Dec 2023 17:20:41 +0100 Subject: [PATCH] Allow dots in usernames --- share/actionsmap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/actionsmap.yml b/share/actionsmap.yml index 464a4e024..9382c70f3 100644 --- a/share/actionsmap.yml +++ b/share/actionsmap.yml @@ -63,7 +63,7 @@ user: help: The unique username to create extra: pattern: &pattern_username - - !!str ^[a-z0-9_]+$ + - !!str ^[a-z0-9_\.]+$ - "pattern_username" -F: full: --fullname