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

login to the connfa integration server #7

Closed
OZGnaly opened this issue Jan 1, 2017 · 5 comments
Closed

login to the connfa integration server #7

OZGnaly opened this issue Jan 1, 2017 · 5 comments

Comments

@OZGnaly
Copy link

OZGnaly commented Jan 1, 2017

first all want to thank you for the great job you've done i was looking for an event management open source project when read the connfa docs i knew that is exactly what i'm looking for .
i fellow all the instruction to install the connfa integration server until i try this instruction " php artisan password:change --name=admin --password=YOUR_PASSWORD_HERE" . it shows me this " The user is not registered."
i try to add the user manual with phpmyadmin but it didn't work

@yuriymyrosh
Copy link
Member

@OZGnaly this command changes password for admin user. You already need to have this user in your database. Please make sure that you have correct settings for database in your .env file and run php artisan migrate php artisan seed It will migrate your database and add admin user. After that you can change password for admin using php artisan password:change --name=ADMIN_USERNAME_OR_EMAIL --password=YOUR_PASSWORD_HERE

@OZGnaly
Copy link
Author

OZGnaly commented Jan 3, 2017

@Konro1 thank you for the response.

@yuriymyrosh
Copy link
Member

@OZGnaly have this helps you to fix your problem? Let me know if i can close this issue.

@OZGnaly
Copy link
Author

OZGnaly commented Jan 3, 2017

yes you can close it . thank you @Konro1

@yuriymyrosh
Copy link
Member

You're welcome, if you have any questions/problems, just let me know

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