Skip to content

Commit

Permalink
Update faq.md (#1439)
Browse files Browse the repository at this point in the history
Type was missing
  • Loading branch information
sizief authored Dec 4, 2020
1 parent 2a83ef9 commit 575272a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ You may be interested in [solidus_devise_token_auth](https://github.com/skycocke
add_column :users, :tokens, :text

# if your existing User model does not have an existing **encrypted_password** column uncomment below line.
# add_column :users, :encrypted_password, null: false, default: ''
# add_column :users, :encrypted_password, :string, null: false, default: ''

# if your existing User model does not have an existing **allow_password_change** column uncomment below line.
# add_column :users, :allow_password_change, :boolean, default: false
Expand Down

0 comments on commit 575272a

Please sign in to comment.