From 4a7bee1d98126234b3ba5e9ac477e091d522c4f5 Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Sun, 8 Sep 2024 23:46:13 +0100 Subject: [PATCH] Fix restrictions for anonymous usernames Tested on remark42 demo to clarify what works and what doesn't. --- site/src/docs/configuration/authorization/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/docs/configuration/authorization/index.md b/site/src/docs/configuration/authorization/index.md index d4c18a43..abe34f0a 100644 --- a/site/src/docs/configuration/authorization/index.md +++ b/site/src/docs/configuration/authorization/index.md @@ -124,4 +124,4 @@ For more details refer to [Yandex OAuth](https://yandex.com/dev/oauth/doc/dg/con Optionally, anonymous access can be turned on. In this case, an extra `anonymous` provider will allow logins without any social login with any name satisfying two conditions: - the name should be at least three characters long -- the name has to start from the letter and contains letters, numbers, underscores and spaces only +- the name has contains only letters, numbers, underscores and spaces