Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-server
Merge requests
!66
REL: prepare release 0.8.0
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
REL: prepare release 0.8.0
release-0.8.0
into
main
Overview
0
Commits
49
Pipelines
4
Changes
24
Closed
REL: prepare release 0.8.0
Timm Fitschen
requested to merge
release-0.8.0
into
main
Jul 12, 2022
Overview
0
Commits
49
Pipelines
4
Changes
24
0
0
Merge request reports
Compare
main
version 1
62851242
Jul 12, 2022
main (base)
and
latest version
latest version
63c6d7eb
49 commits,
Jul 14, 2022
version 1
62851242
48 commits,
Jul 12, 2022
24 files
+
337
−
100
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
24
conf/core/server.conf
+
12
−
0
View file @ 63c6d7eb
Show full file
@@ -199,6 +199,18 @@ CHECK_ENTITY_ACL_ROLES_MODE=MUST
# part of any Entity ACL.
GLOBAL_ENTITY_PERMISSIONS_FILE
=./
conf
/
core
/
global_entity_permissions
.
xml
# --------------------------------------------------
# User Account Settings
# --------------------------------------------------
# Requirements for user names. The default is POSIX compliant, see
# https://pubs.opengroup.org/onlinepubs/000095399/basedefs/xbd_chap03.html#tag_03_426
USER_NAME_VALID_REGEX
=^[\\
w
\\.][\\
w
\\.-]*{
1
,
32
}$
USER_NAME_INVALID_MESSAGE
=
User
names
must
have
a
length
from
1
to
32
characters
.
They
must
contain
only
latin
letters
a
-
z
(
upper
case
or
lower
case
),
number
0
-
9
,
dots
(.),
underscores
(
_
),
or
hyphens
(-).
They
must
no
start
with
a
hyphen
.
PASSWORD_VALID_REGEX
=^((?=.*\\
d
)(?=.*[
a
-
z
])(?=.*[
A
-
Z
])(?=.*[\\
p
{
Punct
}]).{
8
,
128
})$
PASSWORD_INVALID_MESSAGE
=
Passwords
must
have
a
length
from
8
to
128
characters
.
THe
must
contain
at
least
one
[
A
-
Z
],
one
[
a
-
z
],
one
[
0
-
9
]
and
a
special
character
e
.
g
. [!§$%&/()=?.;,:
#+*+~].
# --------------------------------------------------
# Extensions
# --------------------------------------------------
Loading