865
edits
(→login) |
|||
| Line 75: | Line 75: | ||
example: | example: | ||
<pre>bugzillaRPC. | <pre>bugzillaRPC.login('test@company.com', 'mypassword' | ||
function(id) {alert('user ' + id + 'logged in'); | function(id) {alert('user ' + id + 'logged in'); | ||
function(errMsg) {alert(errMsg)});</pre> | function(errMsg) {alert(errMsg)});</pre> | ||
edits