rasmusbergpalm / jslate

Write your dashboards in pure html/js
jslate.com
244 stars 54 forks source link

Validation Issues #25

Closed rsoo closed 11 years ago

rsoo commented 11 years ago

Hi Rasmus,

Apologies for more beginner questions. I have set everything up according to installation and reached the /jslate/users/add page, however whenever I try to add a new user, no matter what I enter in the forms, I continually get a "The provided passwords did not match. Please try again" notification.

I've tried removing validation as specified in issue #5 but to no avail, I then changed the controller to simply check if (1 == 1) but that still yields the above error. I've also tried manually entering in a user in the users table of the db and logging in but that yields an invalid user/password notification. Any clue on what's happening?

Thanks!

brianhks commented 11 years ago

I've confirmed, I see the same problem. One of our recent updates must have busted this. I'll look into it.

brianhks commented 11 years ago

Pull request #26 fixes this issue.

rsoo commented 11 years ago

Worked wonderfully, thanks again brianhks!