isharah-project / isharah-api

Ruby on Rails backend for isharah.com
https://www.isharah.com/
0 stars 0 forks source link

Password validation gets triggered when updating user info #54

Closed TarekAlQaddy closed 5 years ago

TarekAlQaddy commented 5 years ago

Updating user info (first name, last name, date of birth) returns password validation error image

Youssefares commented 5 years ago

I don't think this is a bug. I think we just need to update our seed file. Nice catch!

Youssefares commented 5 years ago

Fixed in b227a687d9dd675ad050024ae2ea2f493a745a32. Seedfile updated.