Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7a853f3

Browse filesBrowse files
author
Chris Warren
committed
Update Readme to include password_confirmation
Account creation requires password_confirmation be sent if password is. Updating docs to reflect this.
1 parent a81e3aa commit 7a853f3
Copy full SHA for 7a853f3

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ No API Key is required.
176176
client.account.create('foo@example.com', tos=1)
177177
client.account.create('foo@example.com', tos=1,
178178
options={'password': 'abcd1234',
179+
'password_confirmation': 'abcd1234',
179180
'affiliate_code': 'foo'})
180181
```
181182

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.