Skip to content

burhanrasool/dataplug

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12023f6 · Jan 23, 2021

History

15 Commits
Jan 23, 2021
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 19, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020
Oct 21, 2020

Repository files navigation

Please follow the steps for configuration of web site


Step 1: Execute this query
INSERT INTO `users_group` (`id`, `department_id`, `type`) VALUES (NULL, '0', 'Super Admin');

Step 2: Execute this query
INSERT INTO `users` (`id`, `parent_id`, `department_id`, `first_name`, `last_name`, `email`, `username`, `password`, `group_id`, `is_deleted`, `status`, `verification_code`, `forgot_password`, `default_url`, `created_datetime`, `district`) VALUES
(1, 0, 0, 'Super', 'Admin', 'super', 'super', '21232f297a57a5a743894a0e4a801fc3', 1, 0, '1', NULL, NULL, NULL, '2016-12-14 13:50:37', NULL);