cspace-config admin

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