Fixing nextcloud validation.
This commit is contained in:
@@ -1046,7 +1046,7 @@ chmod -R 777 /opt/keys")))
|
|||||||
;; guessed at the length
|
;; guessed at the length
|
||||||
(define (valid-nextcloud-user? v)
|
(define (valid-nextcloud-user? v)
|
||||||
(if (string? 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))
|
#f))
|
||||||
|
|
||||||
;; Seems to be few restrictions other than a default that it should
|
;; Seems to be few restrictions other than a default that it should
|
||||||
|
|||||||
Reference in New Issue
Block a user