lib/d3/admin/auth.rb in depot3-3.0.20 vs lib/d3/admin/auth.rb in depot3-3.0.21
- old
+ new
@@ -278,10 +278,10 @@
puts "\nSorry, that was incorrect"
tries += 1
end # while
# did we get it in 3 tries?
- raise JSS::InvalidDataError, "Three wrong attempts, please contact a Casper administrator." if 3 == tries
+ raise JSS::InvalidDataError, "Three wrong attempts, please contact a Jamf Pro administrator." if 3 == tries
save_credentials(kind, user, pw)
puts "\nThank you, the credentials have been saved in your OS X login keychain"
ensure
# make sure terminal is usable at the end of this