Home
last modified time | relevance | path

Searched refs:readUserInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/lib/
Dprofile.js18 const readUserInfo = require('./utils/read-user-info.js') constant
158 return readUserInfo.password('Current password: ').then((current) => {
164 return readUserInfo.password('Password: ').then((current) => {
169 return readUserInfo.password('New password: ').then((password1) => {
170 return readUserInfo.password(' Again: ').then((password2) => {
241 return readUserInfo.password()
252 return readUserInfo.otp('Enter one-time password: ').then((otp) => {
273 return readUserInfo.otp('And an OTP code from your authenticator: ')
310 return readUserInfo.password().then((password) => {
313 return readUserInfo.otp('Enter one-time password: ').then((otp) => {
Dtoken.js13 const readUserInfo = require('./utils/read-user-info.js') constant
210 return readUserInfo.password().then((password) => {
/third_party/node/deps/npm/lib/utils/
Dotplease.js9 const readUserInfo = require('./read-user-info.js') constant
22 return readUserInfo.otp(