Skip to content

Commit 925b58d

Browse 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 beed837 commit 925b58d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ Zencoder::Account.create({:terms_of_service => 1,
254254
Zencoder::Account.create({:terms_of_service => 1,
255255
:email => 'bob@example.com',
256256
:password => 'abcd1234',
257+
:password_confirmation => 'abcd1234',
257258
:affiliate_code => 'abcd1234'})
258259
```
259260

0 commit comments

Comments
 (0)