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
In my system, I have 'environment' and I use Global Scopes, so sudo-su does not return all available users in the database.
We could be able to choose if we want to ignore Global Scopes in config file so on SudoSu.php > getUsers() method, based on configuration, you could run $user->withoutGlobalScopes()->get() instead of only $user->get()
Hope it is a nice idea and is implemented.
Thank you,
Robson
The text was updated successfully, but these errors were encountered:
Hello,
In my system, I have 'environment' and I use Global Scopes, so sudo-su does not return all available users in the database.
We could be able to choose if we want to ignore Global Scopes in config file so on SudoSu.php > getUsers() method, based on configuration, you could run $user->withoutGlobalScopes()->get() instead of only $user->get()
Hope it is a nice idea and is implemented.
Thank you,
Robson
The text was updated successfully, but these errors were encountered: