codeforeauclaire / foodtrucks

3 stars 6 forks source link

[Drupal] VMS: Fix login >> update instructions #83

Closed AnthonyAstige closed 8 years ago

AnthonyAstige commented 8 years ago

Screenshot (don't see where to login)

2016-06-10_2210

Lowell20 commented 8 years ago

I am thinking the current instructions to login as admin are right on. No need to login as any user, like 'food' I think this issue is resolved

AnthonyAstige commented 8 years ago

I would like UI work (by Aaron in #68 in this case) to be done from the same context as a user of type "vendor". A user of type "admin" has a different view than a vendor (Extra menus, etc), which can throw off the design process (and depending on Drupal's internals promote poor css coding / bugs). That said, it sounds like work can be done right now as is, so if it poses a major obstacle to implementation, we can take this out of the MVP milestone. Re-assigning to both me and Lowell to discuss at next in person meeting.

Lowell20 commented 8 years ago

Yes, and as admin, you can create accounts, assign permissions, set passwords, you can do pretty much anything you need depending on what kind of user access you need

AnthonyAstige commented 8 years ago

A VMS is quick and temporary. The less steps needed each instantiation the better.

I believe the recent sql dump already includes the food user.

Why not provide an easy way to login with it on a vms instance?

Lowell20 commented 8 years ago

right, username is food, and password is truck. but that may change with another db dump Looks like we also have junk, junkone, junktwo, and Anthony users

AnthonyAstige commented 8 years ago

but that may change with another db dump

I hope that we continue to have a vendor to login with (albeit different username / password).

On my last VMS foodtruck instantiation I saw no way to login even when knowing a username / password (original screenshot).

Alternatively / additionally, is there a very simple 'login as' functionality in Drupal when logged in as admin?

Lowell20 commented 8 years ago

Aha, I see what you are getting at. I've been getting vms working, menus and links are next

AnthonyAstige commented 8 years ago

Cool, good we understand each other now :)

I've noted this as blocked by #62 as I think menu stuff is in there.

Lowell20 commented 8 years ago

actually, just go to /user to login

AnthonyAstige commented 8 years ago

Perfect, I got everything else needed here done now, thanks :)