diff --git a/README.md b/README.md index 95082e5..744b1d4 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,9 @@ Execute the grants on the cluster/database you have deployed `passchanger.sql` ### Changing password & extending expiration date +The user should just execute: +``` +select dba.change_my_password('YOUR_NEW_GENERATED_PASSWORD_NOT_THIS_ONE') ; +```