Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

PURPOSE: To create a new user account in UI Mahosot Database

Note: This is an interim solution for creation of user accounts pending development of a user
management module in the UI Application

1. Connect to karp\karp
database by logging in through the SQLserver
management studio console
2. Click on
Icon on the top icon panel.
3. Paste the statements below into the Query console on the right hand side panel
//For Data Operator permissions:
INSERT INTO [dbUI_Mahosot].[dbo].[tblUser]
([Username]
,[Password]
,[Privilege]
,[UserType]
,[Enable]
,[Description])
VALUES
('Ruth'
,'RuthL@0009'
,2
, data_entry
,1
,Lomwru Officerr')

4. Click on

Icon on the icon panel

5. Verification:
Log
in
to
UI
application
at
http://db.lomwru.ac/UI_Mahosot/index.php using the username and password
credentials specified in step 3.

6. Confirm successful login as below.

You might also like