blob: f32f9dd8c69c769fef6d5402bbcd65ee21b405cd [file] [log] [blame]
vasraz01cde8e2023-05-25 12:31:58 +01001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3.. Copyright 2023 Nordix
4
5.. _useradministration:
6
7===================
8User Administration
9===================
10
11.. contents::
12 :depth: 3
13..
14
15Initial User Creation
16---------------------
17
18During initial install following users are created:
19
20::
21
22 {
23 {
24 "userId": "demo",
25 "firstName": "demo",
26 "lastName": "demo",
27 "role": "ADMIN",
28 "email": "demo@openecomp.org"
29 },
30 {
31 "userId": "jh0003",
32 "firstName": "Jimmy",
33 "lastName": "Hendrix",
34 "role": "Admin",
35 "email": "jh0003@openecomp.org"
36 },
37 {
38 "userId": "jm0007",
39 "firstName": "Joni",
40 "lastName": "Mitchell",
41 "role": "TESTER",
42 "email": "jm0007@openecomp.org"
43 },
44 {
45 "userId": "cs0008",
46 "firstName": "Carlos",
47 "lastName": "Santana",
48 "role": "DESIGNER",
49 "email": "cs0008r@openecomp.org"
50 }
51 }
52
53Default User
54------------
55
56By default, SDC UI is launched with default user 'cs0008'. To override see section :ref:`Using Cookies to set User <using_cookies>`.
57
58
59Using Cookies to set User
60-------------------------
61.. _using_cookies:
62
63The default user can be overridden by setting the following cookie in your browser or API call:
64
65::
66
67 USER_ID:<any existed user (created by initial install or by Administrator)>