Skip to content

Commit 1e35a04

Browse files
committed
database updated for forget password
1 parent b9cba12 commit 1e35a04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cias.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- http://www.phpmyadmin.net
44
--
55
-- Host: 127.0.0.1
6-
-- Generation Time: Mar 03, 2017 at 12:04 PM
6+
-- Generation Time: Mar 03, 2017 at 12:09 PM
77
-- Server version: 10.1.13-MariaDB
88
-- PHP Version: 5.5.35
99

@@ -111,7 +111,7 @@ CREATE TABLE `tbl_users` (
111111
--
112112

113113
INSERT INTO `tbl_users` (`userId`, `email`, `password`, `name`, `mobile`, `roleId`, `isDeleted`, `createdBy`, `createdDtm`, `updatedBy`, `updatedDtm`) VALUES
114-
(1, '[email protected]', '$2y$10$xPX7FlJoaacCtiWdxTU61OrRK2u6LBHUoQDQsTwmFD95KVNng1g/e', 'System Administrator', '9890098900', 1, 0, 0, '2015-07-01 18:56:49', 1, '2016-12-09 17:52:50'),
114+
(1, '[email protected]', '$2y$10$WQQRBQDkxV/98bqK.24Dp.uMVS6KcztVqdwwTrOBLIWLSeSqE2gii', 'System Administrator', '9890098900', 1, 0, 0, '2015-07-01 18:56:49', 1, '2017-03-03 12:08:39'),
115115
(2, '[email protected]', '$2y$10$quODe6vkNma30rcxbAHbYuKYAZQqUaflBgc4YpV9/90ywd.5Koklm', 'Manager', '9890098900', 2, 0, 1, '2016-12-09 17:49:56', 1, '2017-02-10 17:23:53'),
116116
(3, '[email protected]', '$2y$10$M3ttjnzOV2lZSigBtP0NxuCtKRte70nc8TY5vIczYAQvfG/8syRze', 'Employee', '9890098900', 3, 0, 1, '2016-12-09 17:50:22', NULL, NULL);
117117

0 commit comments

Comments
 (0)