Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3732574
D11530.id38767.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
595 B
Referenced Files
None
Subscribers
None
D11530.id38767.diff
View Options
diff --git a/scripts/set-user-credentials.js b/scripts/set-user-credentials.js
--- a/scripts/set-user-credentials.js
+++ b/scripts/set-user-credentials.js
@@ -25,6 +25,14 @@
const data = {};
+console.log(
+ 'Your new authoritative keyserver needs to have an owner that is ' +
+ 'not an owner of any other keyserver registered with ' +
+ "the staging Identity service. If the user doesn't exist on the staging " +
+ 'Identity service, they will be registered. ' +
+ 'Please provide credentials below.',
+);
+
rl.question('username: ', value1 => {
data.username = value1;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 1:52 AM (7 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2843104
Default Alt Text
D11530.id38767.diff (595 B)
Attached To
Mode
D11530: [scripts] Improve prompt
Attached
Detach File
Event Timeline
Log In to Comment