From 6c22a6e48e8ff49a69434eca7a7b78158576cb7b Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 11 Feb 2026 21:00:52 +0100 Subject: Initial import --- create_radicale_user.command | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 create_radicale_user.command (limited to 'create_radicale_user.command') diff --git a/create_radicale_user.command b/create_radicale_user.command new file mode 100755 index 0000000..0b072e6 --- /dev/null +++ b/create_radicale_user.command @@ -0,0 +1,4 @@ +#!/usr/bin/bash + +username=${1:?missing argument username} +htpasswd -nBC 12 "$username" -- cgit v1.2.3