File tree 1 file changed +10
-7
lines changed 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,6 @@ That first time you log in, a ReviewBoard account will be created for
21
21
you using your github username. However, no other account information
22
22
(including email address) is added for you.
23
23
24
- If you need to use ` rbt ` (see below), the first time you do so rbtools
25
- will request your ReviewBoard credentials. Since our ReviewBoard users
26
- do not have passwords you must trigger OAuth authentication:
27
-
28
- username: ` <github username> `
29
- password: ` oauth:<github username>@github `
30
-
31
24
All OAuth login capability is provided by a ReviewBoard plugin (via a
32
25
charm):
33
26
@@ -166,6 +159,16 @@ For best results when using `rbt`:
166
159
creating a review request
167
160
* make sure that branch is based on an up-to-date master
168
161
162
+ rbt Authentication
163
+ ------------------
164
+
165
+ The first time you use ` rbt ` , rbtools will request your ReviewBoard
166
+ credentials. Since our ReviewBoard users do not have passwords you must
167
+ trigger OAuth authentication:
168
+
169
+ username: ` <github username> `
170
+ password: ` oauth:<github username>@github `
171
+
169
172
Other Features
170
173
--------------
171
174
You can’t perform that action at this time.
0 commit comments