Skip to content

Commit

Permalink
ibid
Browse files Browse the repository at this point in the history
  • Loading branch information
jclausen committed Dec 14, 2024
1 parent fa8e173 commit 55055ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/migrations/2023_02_11_132316_V2Migrations.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ component {
function up( searchClient ) {
var moduleSettings = wirebox.getInstance( "coldbox:moduleSettings:stachebox" );

if( findNoCase( "@stachebox", moduleSettings.cbsecurity.userService ) ){
if( findNoCase( "@stachebox", moduleSettings.cbsecurity.authentication.userService ) ){
var searchBuilder = searchClient.newSearchBuilder()
.new( moduleSettings.usersIndex )
.mustNotExist( "allowLogin" );
Expand Down

0 comments on commit 55055ac

Please sign in to comment.