Skip to content

Commit

Permalink
updated artifactory password
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Dec 16, 2024
1 parent 5c79f33 commit 4935eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ do
sleep 3
done

curl -X POST -u admin:password -H "Content-type: application/json" -d '{ "userName" : "admin", "oldPassword" : "password", "newPassword1" : "f0ll0wth3whit3raBB1t", "newPassword2" : "f0ll0wth3whit3raBB1t" }' http://localhost:8081/artifactory/api/security/users/authorization/changePassword
curl -X POST -u admin:password -H "Content-type: application/json" -d '{ "userName" : "admin", "oldPassword" : "password", "newPassword1" : "f0ll0wth3whit3raBB1t!!", "newPassword2" : "f0ll0wth3whit3raBB1t!!" }' http://localhost:8081/artifactory/api/security/users/authorization/changePassword

echo finished

0 comments on commit 4935eee

Please sign in to comment.