vuedo icon indicating copy to clipboard operation
vuedo copied to clipboard

How to login the dashboard

Open xienima opened this issue 7 years ago • 10 comments

I hava set up successful but i found a problem that i can not login the background。就是登录不了后台 有什么办法登录吗? 进入后台管理 。Waiting for your reply!

xienima avatar Oct 25 '16 02:10 xienima

use /register and /login

jaasaria avatar Oct 25 '16 11:10 jaasaria

register is not run successful. register but no records add in the db:users

danielcheng2008 avatar Oct 28 '16 06:10 danielcheng2008

我也很感兴趣

william-xue avatar Oct 28 '16 06:10 william-xue

@xienima did you run php artisan db:seed? If so, you can login using the credentials printed in the console.

hootlex avatar Oct 29 '16 10:10 hootlex

Can't login... I did the "/login" but it doesn't redirect me into the admin panel, and i used the "[email protected]" and "123pass" for password. And i did use php artisan db:seed.

And also why don't you make things easy by adding the login/register link into the Nav?

m2ura avatar Jan 29 '17 10:01 m2ura

Yes, I login i used the "[email protected]" and "123pass", but I can't post articles. @m2ura Is there any solution?

rshuzz avatar Mar 07 '17 10:03 rshuzz

@rshuzz It did login using those credentials to me... then i went to route http://localhost:8000/dashboard. that took me into the dashboard.

m2ura avatar Mar 08 '17 08:03 m2ura

you can search admin name in mysql ,there are three items !But their password:pass123

idve avatar Aug 21 '17 03:08 idve

use

php artisan migrate
php artisan db:seed
user email:[email protected]
       password:123pass

stus3y avatar Sep 27 '17 10:09 stus3y

先自己注册一个,然后更改数据库users表中的is_admin字段为1就可以登录了

Fitzsun avatar Sep 28 '17 08:09 Fitzsun