Attendance_Management_System icon indicating copy to clipboard operation
Attendance_Management_System copied to clipboard

not logging in

Open dev21wp opened this issue 3 years ago • 10 comments

Whats the email and password for login .can i get you contact number or email ? does it works for zkTeco uface 800

dev21wp avatar Aug 19 '22 12:08 dev21wp

Hello @dev21wp Please run the migrations first then you can login with credentials added in README.md file

aliatayee avatar Aug 19 '22 13:08 aliatayee

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

dev21wp avatar Aug 22 '22 04:08 dev21wp

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.

mango2001 avatar Aug 23 '22 09:08 mango2001

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 error

and I want to upload this project on live server

dev21wp avatar Aug 23 '22 11:08 dev21wp

now Device is added but i am unable to fetch attendance record or users

dev21wp avatar Aug 24 '22 09:08 dev21wp

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

aliatayee avatar Aug 24 '22 10:08 aliatayee

Where to change credentials for admin

Anep11 avatar Oct 14 '22 09:10 Anep11

I want to use my own email as admin login

Anep11 avatar Oct 14 '22 09:10 Anep11

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

i make this but the fingerprint can't added

POPO2030 avatar May 01 '23 09:05 POPO2030

how do i add my own credentials

muphalanga avatar Sep 07 '23 18:09 muphalanga