Fixing nextcloud validation.

This commit is contained in:
2026-07-24 12:28:35 -07:00
parent 7ffbe713e9
commit d74e913023

View File

@@ -1046,7 +1046,7 @@ chmod -R 777 /opt/keys")))
;; guessed at the length
(define (valid-nextcloud-user? v)
(if (string? v)
(irregex-match? (irregex "[a-zA-Z0-9-_\\. @]{1,64}") v)
(irregex-match? (irregex "[a-zA-Z0-9\\-_\\. @]{1,64}") v)
#f))
;; Seems to be few restrictions other than a default that it should