You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The database is always sanitized locally, meaning users can't login with their prod username/password combos (everyone is forced to use drush @site.local uli username to log in).
And I wanted this to happen:
I would like a way to disable the local database sanitization, so if we deem it secure enough to not sanitize local database copies, we can choose that option.
The text was updated successfully, but these errors were encountered:
grasmash
added a commit
to grasmash/bolt
that referenced
this issue
Jan 10, 2017
My system information:
When I run this command:
I get the following result:
The database is always sanitized locally, meaning users can't login with their prod username/password combos (everyone is forced to use
drush @site.local uli username
to log in).And I wanted this to happen:
I would like a way to disable the local database sanitization, so if we deem it secure enough to not sanitize local database copies, we can choose that option.
The text was updated successfully, but these errors were encountered: