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
Explicitly using ht_repository is inconsistent with the rest of the codebase and incompatible with the current Docker setup. The following CRMS.pm routines should be modified to use the default SelectAllSDR routine.
SetupUser
NeedStepUpAuth
GetUserIPs
GetUserRole
IsUserExpired
Also, remove optional db_name parameter to ConnectToSdrDb since we will no longer use anything other than the configured value.
The text was updated successfully, but these errors were encountered:
Explicitly using
ht_repository
is inconsistent with the rest of the codebase and incompatible with the current Docker setup. The followingCRMS.pm
routines should be modified to use the defaultSelectAllSDR
routine.SetupUser
NeedStepUpAuth
GetUserIPs
GetUserRole
IsUserExpired
db_name
parameter toConnectToSdrDb
since we will no longer use anything other than the configured value.The text was updated successfully, but these errors were encountered: