uvdesk / community-skeleton

UVdesk Opensource Community Helpdesk Project built for all to make a Full Ticketing Support System along with many more other features.
https://www.uvdesk.com
MIT License
8.53k stars 459 forks source link

invalid credentials after fresh install with Composer #303

Closed Liel4494 closed 4 years ago

Liel4494 commented 4 years ago

i installed uvdesk with composer, i connected to database and create a superuser successfully with this commad: sudo php bin/console uvdesk:configure-helpdesk and when i trying to first login with the super user i created, i get 'invalid credentials'.

the password and the mail i enter is 100% the same as the superuser i created.

please help.. thanks.

papnoisanjeev commented 4 years ago

@Liel4494

If there is any confusion then you can again create a admin by below command:

php bin/console uvdesk_wizard:defaults:create-user ROLE_ADMIN

Just fill all the details for the admin and login using new details.

Liel4494 commented 4 years ago

still the same error-invalid credentials.

i enter the command: php bin/console uvdesk_wizard:defaults:create-user ROLE_ADMIN

and i'm asked for Email and Name. i enter the email and press ENTER, then i enter the Name and press ENTER- and then everithing is gone.

i dont asked for password or somthing... and stiil cant login.

papnoisanjeev commented 4 years ago

@Liel4494

Please check your console is there any other error you are facing while login?

Liel4494 commented 4 years ago

this is the only error, how to fix this?

papnoisanjeev commented 4 years ago

@Liel4494

You can try this way if something is missing with new database details.

https://github.com/uvdesk/community-skeleton/issues/290#issuecomment-661113642