not logging in
Whats the email and password for login .can i get you contact number or email ? does it works for zkTeco uface 800
Hello @dev21wp Please run the migrations first then you can login with credentials added in README.md file
Done but i am Unable to add device getting this error Error Call to undefined function Rats\Zkteco\Lib\socket_create() http://127.0.0.1:8000/finger_device
Whats the email and password for login .can i get you contact number or email ? does it works for zkTeco uface 800
You can access to the email and password in the database/seeders/DatabaseSeeder.php
'name' => 'Admin', 'email' => '[email protected]', 'password' => Hash::make('[email protected]'),
so, the password is: [email protected] & so is the password.
Try this and let me know if it helped you.
thank you Brother but I am unable to add device i am getting this errorC:\Users\Alpha\Downloads\Attendance_Management_System-master\Attendance_Management_System-master
Error
Call to undefined function Rats\Zkteco\Lib\socket_create()
http://127.0.0.1:8000/finger_device
and I want to upload this project on live server
now Device is added but i am unable to fetch attendance record or users
Hello @dev21wp
It seems the issue is with your virtual server if you are running in local. to solve the issue please enable socket_create extension in your php.ini
steps to go:
if you are using XAMPP, All you got to do is go to php.ini in the C:\xampp\php directory and change the ;extension=php_sockets.dll to extension=php_sockets.dll.
or check this one : Socket PHP extension: http://www.php.net/manual/en/sockets.installation.php
Where to change credentials for admin
I want to use my own email as admin login
Hello @dev21wp It seems the issue is with your virtual server if you are running in local. to solve the issue please enable
socket_createextension in your php.inisteps to go:
if you are using XAMPP, All you got to do is go to php.ini in the C:\xampp\php directory and change the
;extension=php_sockets.dlltoextension=php_sockets.dll.or check this one : Socket PHP extension: http://www.php.net/manual/en/sockets.installation.php
i make this but the fingerprint can't added
how do i add my own credentials