cspace-config admin
- 1 What is Admin section of the Cspace Config
- 2 Where is Admin section of the Cspace Config
- 3 Structure
- 3.1 Single Elements
- 3.1.1 username
- 3.1.2 password
- 3.1.3 tenant
- 3.1.4 tenantname
- 3.1.5 cookievalidformins
- 3.1 Single Elements
What is Admin section of the Cspace Config
Admin specific usernames and passwords and tenant name and id reside. Username and password are required for password reset functionality
Where is Admin section of the Cspace Config
part of cspace-config usually found in the tenant specific local settings
Structure
<admin>
<username></username>
<password></password>
<tenant></tenant>
<tenantname></tenantname>
<cookievalidformins></cookievalidformins>
</web>
</admin>
Single Elements
MUST HAVE
username
string
no default
valid user so password reset functionality can work - user must have read permissions on users, permissions and roles
password
string
no default
valid password for username
tenant
string
no default
tenant id as supplied by the service layer
tenantname
string
no default
short tenant name, should only contain numbers 0-9 and letters a-z no spaces.
CAN HAVE
cookievalidformins
number
default 30
length of time the session should exist for a logged in user who doesn't do anything. After this time they will be logged out from the UI. This does not affect any logins with the service layer as they have a different login mechanism