76 lines
3.0 KiB
Plaintext
76 lines
3.0 KiB
Plaintext
---
|
|
sidebar_position: 1
|
|
sidebar_label: 'Video Course'
|
|
---
|
|
|
|
# Steps
|
|
This guides walks through the user the step by step instructions on how the NPIS sysyem administratos logs into the system.
|
|
|
|
|
|
import videojs from 'video.js';
|
|
|
|
|
|
<!--
|
|
|
|
import videojsPlaylistPlugin from 'videojs-playlist';
|
|
|
|
width="640" height="360"
|
|
width="100%" height="100%"
|
|
src="/videos/user-guide/admin/admin-login.webm" type="video/webm"
|
|
src="//vjs.zencdn.net/v/oceans.mp4 type="video/mp4"
|
|
|
|
src="/videos/oceans.mp4 type="video/mp4"
|
|
|
|
src="/videos/Big_Buck_Bunny_360_10s_1MB.mp4" type="video/mp4"
|
|
src="/videos/Big_Buck_Bunny_360_10s_1MB.webm" type="video/webm"
|
|
|
|
<p class="vjs-no-js">
|
|
To view this video please enable JavaScript, and consider upgrading to a web browser that
|
|
<a href="https://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a>
|
|
</p>
|
|
|
|
class="video-js vjs-default-skin"
|
|
-->
|
|
|
|
<video id="my-video" class="vjs-fill vjs-default-skin" controls preload="auto" width="100%" height="100%" poster="/videos/user-guide/admin/admin-login.png" >
|
|
<source src="/videos/user-guide/admin/admin-login.webm" type="video/webm"/>
|
|
</video>
|
|
|
|
User guides provided in this section are proxied to serve as both training and **User Acceptance Tests (UATs)** for all NPIS users as detailed in the [Software Requirements Specification (SRS) Document](../project-requirements/SRS#system-users-and-characteristics) to execute their respective [system roles in the same SRS Document](../project-requirements/SRS#user-roles).
|
|
|
|
## Getting Started
|
|
|
|
Users reading this guide are to select their respective user group/roles in the sidebar on the left under User Guides to complete these UATs and training by expanding the menu to further reveal a breakdown of all the usecases for the system tasks executable by their user role/group.
|
|
|
|
|
|
:::tip[Specialized Users]
|
|
|
|
Executing certain system task roles does require the user to have the neccesary knowledge underlying the technical standards used to
|
|
implement the features and functionality pertaining to those tasks. For example:
|
|
|
|
The Admin User Guides do require the admin user to have the technical know how on technical standard (IETF RFC 6749 and 6750) known as **OpenID Connect (OIDC)**, an interoperable authentication protocol based on the OAuth 2.0 framework of specifications.
|
|
|
|
:::
|
|
|
|
|
|
:::danger[Missconfigured System]
|
|
|
|
The failure for a certain user to configure the system right, most certainly causes the system to be unusable.
|
|
|
|
:::
|
|
|
|
|
|
:::info[Learning Resources]
|
|
|
|
The user guide therefore provides such an introduction to the user in form of a prime, or brief introductory notes on the subject matter. An in the case the where is the is more ground to cover beyond the scope of the project, the guide refers the users to curated resources online like links to learning material, standards, or vendor documentation.
|
|
|
|
:::
|
|
|
|
## username
|
|
This is the identifier that the user was given, or this case, the admin being the system first user, its the superuser id that system assigns
|
|
the first user.
|
|
|
|
## password
|
|
This is the
|
|
|