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
There are a few cases where the testing user can be useful to have around, such as in dev or staging, but these aren't super important. The simplest solution I think would be to exclude the testing user from the ldap responses entirely. A slightly more complex solution that would still allow for testing would be to exclude the testing user only when deployed in production. This could be something handled by an environment/config variable, or it could be something we change in the actual image build. Lots of options!
Add some check when populating
signatures_upper
to prevent adding the usertesting
so that we don't have to keep deleting it.The text was updated successfully, but these errors were encountered: