From ac21077ab4626c67ff2f726f30f6c91473f4699e Mon Sep 17 00:00:00 2001 From: Robert Gaggl Date: Fri, 30 Aug 2002 14:53:43 +0000 Subject: [PATCH] - now sysadmins can either define how long a user must be registered or define a timestamp (= user must have registered before) for being allowed to create a weblog - minor changes in explanations --- code/SysMgr/setup.skin | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/code/SysMgr/setup.skin b/code/SysMgr/setup.skin index 38ec4115..e8414c8f 100644 --- a/code/SysMgr/setup.skin +++ b/code/SysMgr/setup.skin @@ -32,15 +32,19 @@ Who may create
new weblogs: -<% root.sys_limitNewSites as="editor" %>
Here you can choose who may create new weblogs: only those users who have system administration right, those users who are "trusted" or every registered user. +<% root.sys_limitNewSites as="editor" %>
Here you can choose who may create new weblogs: all registered users or just those who are "trusted" (system administrators have this right anyway). Users must be
registered for: -<% root.sys_minMemberAge as="editor" %> days
Here you can also specify the time a user has to be registered before being allowed to create a new weblog.
+<% root.sys_minMemberAge as="editor" %> days + + +or since: +<% root.sys_minMemberSince as="editor" %>
Here you can either specify the time a user has to be registered or you define a timestamp which means that only users who have registered before are allowed to create a weblog. Time between two
new weblogs: -<% root.sys_waitAfterNewSite as="editor" %> days
This is the amount of time a user has to wait before creating a new weblog.
+<% root.sys_waitAfterNewSite as="editor" %> days
This is the amount of time a user has to wait before creating a new weblog (this doesn't affect "trusted" users or system administrators).