-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BCrypt::Errors::InvalidSalt errors #103
Comments
Master is in the middle of a big update, and I'm sure there are several issues. You can try using version |
Yes there are some issues with Rails 4.2 and I have tried to fix this issue, but I could not. |
Please check out version |
It has been resolved. Thank you. |
Awesome, thanks @furkanayhan 😃 |
http://localhost:3000/auth
url.with
email
,password
andpassword_confirmation
parameters.BCrypt::Errors::InvalidSalt in DeviseTokenAuth::RegistrationsController#create
http://localhost:3000/auth/sign_in
url.with
email
andpassword
parameters.BCrypt::Errors::InvalidSalt in DeviseTokenAuth::SessionsController#create
Ruby version: 2.2.0
Rails version: 4.2.0
devise_token_auth version: master branch of this git repo
The text was updated successfully, but these errors were encountered: