igorkasyanchuk / rails_db

Rails Database Viewer and SQL Query Runner
https://www.railsjazz.com/
MIT License
1.46k stars 111 forks source link

Manually adding a user issue #125

Closed daveit closed 2 years ago

daveit commented 2 years ago

When I try to add a new user manually (this is a requirement for a particular application) It does not save. I have in the past had to keep trying, it seems to save when I have certain fields entered. This is for devise users TIA, Dave ps - I use this site for the password: https://www.browserling.com/tools/bcrypt Which does not seem to be the issue, when it does save after fiddling around, the password is correct!

igorkasyanchuk commented 2 years ago

@daveit I think the best is to fork gem and connect in your app and debug line where it storing and why not creating. I assume it is might happen because of some logic for an some field in DB which is generated in model.

daveit commented 2 years ago

Thanks for getting back - no problems at all - new users are added very rarely, and I can get around it - it was more as feedback. Best regards, Dave