Files
mongo/util/password.cpp
Tad Marshall b8437ea36b SERVER-3969 -- handle spaces in passwords at the "Enter password:" prompt
Use "getline( cin, password );" instead of "cin >> password;" to read
passwords that may contain spaces.
2011-11-27 16:26:36 -05:00

2.7 KiB