Skip to content

Commit 60ba56d

Browse files
committed
README: Added description for transferring ownership.
1 parent c378766 commit 60ba56d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,13 @@ process (you have to kill the pid's from the processes' pid file). Also, running
7777
manually and individually is much easier for development, as you will probably only *need*
7878
update-server.js running.
7979

80+
### Transferring ownership of a plugin
8081

82+
On occassion, a plugin will be transferred from one owner to another. When this
83+
happens, you will need to verify that the transfer is legitimate. The request
84+
should come from the original owner, but in rare circumstances the request may
85+
come from the new owner and the original owner may not be reachable.
8186

87+
To transfer a plugin, log into the production server and run the `bin/transfer.js`
88+
script. The script will prompt you for the necessary information and has several
89+
checks to ensure that the data provided isn't junk.

0 commit comments

Comments
 (0)