diff --git a/src/clients/inst_user_first.rb b/src/clients/inst_user_first.rb index 8cb35ded5..07e038484 100644 --- a/src/clients/inst_user_first.rb +++ b/src/clients/inst_user_first.rb @@ -336,6 +336,9 @@ def main # map with id's of confirmed questions @ui_map = {} + # if there's user to import, we do not have to continue with checks + break if @to_import.size > 0 + # username checks @username = UI.QueryWidget(Id(:username), :Value)