Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to login into admin panel #25

Open
kamleshwebtech opened this issue Jan 31, 2019 · 2 comments
Open

how to login into admin panel #25

kamleshwebtech opened this issue Jan 31, 2019 · 2 comments

Comments

@kamleshwebtech
Copy link

How to add admin account in admins table so that i can login into admin panel. Now system always creates an account of user. Please check and suggest me how to check admin panel. Thanks a lot!

@kamleshwebtech
Copy link
Author

i have added a record in admins table, now i am able to login into admin account.

INSERT INTO admins (id, name, email, job_title, password, remember_token, created_at, updated_at) VALUES (NULL, 'adminuser', '[email protected]', 'Admin', '$2y$10$F.NvVlkEWphdqY/egcoP5uyGBZKk63X18YkYmxHIYdZ8Tbdg59wBK', NULL, '2019-01-31 00:00:00', '2019-01-31 00:00:00');
Thanks again :)

@BippyMiester
Copy link

This issue seems to be fixed. Requesting a close. @jacurtis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants