Skip to content

Commit

Permalink
show warning for shared system when saving password
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshub16 committed Dec 4, 2018
1 parent 23a6ae2 commit d1b6ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function prompt_for_proxy_values() {
echo -n " Use auth - userid/password (y/n)? "; read use_auth

if [[ "$use_auth" = "y" || "$use_auth" = "Y" ]]; then
echo "${bold}${red} Please don't save your passwords on shared computers.${normal}"
read -p " Enter username : " username
echo -n " Enter password (use %40 for @) : " ; read -s password
echo
Expand Down

0 comments on commit d1b6ba0

Please sign in to comment.