Home
last modified time | relevance | path

Searched refs:adduser (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-adduser.md3 title: npm-adduser
7 # npm-adduser(1)
14 npm adduser [--registry=url] [--scope=@orgname] [--always-auth] [--auth-type=legacy]
36 `npm login` is an alias to `adduser` and behaves exactly the same way.
57 npm adduser --registry=http://myregistry.example.com --scope=@myco
72 npm adduser --registry=http://private-registry.example.com --always-auth
85 What authentication strategy to use with `adduser`/`login`. Some npm registries
Dnpm-whoami.md24 * [npm adduser](/cli-commands/npm-adduser)
Dnpm-star.md31 * [npm adduser](/cli-commands/npm-adduser)
Dnpm-stars.md29 * [npm adduser](/cli-commands/npm-adduser)
Dnpm-logout.md51 * [npm adduser](/cli-commands/npm-adduser)
Dnpm-owner.md46 * [npm adduser](/cli-commands/npm-adduser)
Dnpm-unpublish.md49 * [npm adduser](/cli-commands/npm-adduser)
Dnpm-publish.md76 * [npm adduser](/cli-commands/adduser)
Dnpm-deprecate.md27 `owner` and `adduser` help topics.
Dnpm.md100 * adduser:
/third_party/node/deps/npm/lib/
Dadduser.js1 module.exports = adduser
12 adduser.usage = usage(
17 function adduser (args, cb) { function
/third_party/node/deps/npm/node_modules/npm-profile/
DCHANGELOG.md26 - profile.login() and profile.adduser() take 2 functions: opener() and
35 - The previous adduser is available as adduserCouch
Dindex.js14 exports.adduser = adduser
52 function adduser (opener, prompter, opts) { function
DREADME.md20 * [`adduser()`](#adduser)
22 * [`adduserWeb()`](#adduser-web)
24 * [`adduserCouch()`](#adduser-couch)
36 ### <a name="adduser"></a> `> profile.adduser(opener, prompter, [opts]) → Promise`
101 ### <a name="adduser-web"></a> `> profile.adduserWeb(opener, [opts]) → Promise`
124 If you use `adduser` then this fallback will be done automatically.
163 ### <a name="adduser-couch"></a> `> profile.adduserCouch(username, email, password, [opts]) → Promi…
166 const {token} = await profile.adduser(username, email, password, {registry})
/third_party/node/deps/npm/node_modules/libnpm/
DREADME.md29 * [`adduser`](https://www.npmjs.com/package/npm-profile#adduser)
Dadduser.js3 module.exports = require('npm-profile').adduser
Dindex.js22 adduser: require('./adduser.js'), property
/third_party/node/deps/npm/docs/content/using-npm/
Ddevelopers.md212 Create a user with the adduser command. It works like this:
215 npm adduser
220 This is documented better in [npm adduser](/cli-commands/npm-adduser).
251 * [npm adduser](/cli-commands/npm-adduser)
Dconfig.md197 What authentication strategy to use with `adduser`/`login`.
/third_party/libcoap/build-env/
DDockerfile.develop31 RUN adduser --disabled-password --gecos '' $user
/third_party/typescript/tests/baselines/reference/user/
Dnpm.log37 node_modules/npm/lib/adduser.js(24,22): error TS2339: Property 'config' does not exist on type 'Eve…
38 node_modules/npm/lib/adduser.js(25,19): error TS2339: Property 'config' does not exist on type 'Eve…
39 node_modules/npm/lib/adduser.js(26,19): error TS2339: Property 'config' does not exist on type 'Eve…
40 node_modules/npm/lib/adduser.js(26,50): error TS2339: Property 'config' does not exist on type 'Eve…
41 node_modules/npm/lib/adduser.js(29,30): error TS2339: Property 'config' does not exist on type 'Eve…
42 node_modules/npm/lib/adduser.js(30,27): error TS2339: Property 'config' does not exist on type 'Eve…
43 node_modules/npm/lib/adduser.js(37,40): error TS2339: Property 'config' does not exist on type 'Eve…
44 node_modules/npm/lib/adduser.js(44,9): error TS2339: Property 'config' does not exist on type 'Even…
45 node_modules/npm/lib/adduser.js(45,20): error TS2339: Property 'config' does not exist on type 'Eve…
46 node_modules/npm/lib/adduser.js(46,9): error TS2339: Property 'config' does not exist on type 'Even…
[all …]
/third_party/node/deps/npm/changelogs/
DCHANGELOG-1.md403 * adduser: allow change of the saved password
593 * Fix the `npm adduser` bug regarding "Error: default value must be string or
629 * Fix a critical bug in `npm adduser` that would manifest in the error message
DCHANGELOG-3.md486 The `login` command has long been an alias for `adduser`.
858 Disable progress bar in `adduser` and `init`.
1829 In the command summary for `adduser` mention that `login` is an alias.
2395 Logout docs were using a section copy-pasted from the adduser docs.
2801 Add a success message to `adduser` / `login`.
/third_party/toybox/generated/
Dnewtoys.h9 USE_USERADD(OLDTOY(adduser, useradd, TOYFLAG_NEEDROOT|TOYFLAG_UMASK|TOYFLAG_SBIN))
/third_party/e2fsprogs/debian/
Dchangelog2523 there were spaces around the equals sign in /etc/adduser.conf.
2602 * Use UID/GID ranges from adduser.conf if present, even though we
2603 don't use adduser to add users/groups. (Closes: #473179)

12