Page 1 of 1

[Solved] 1.3.3 Upgrade

PostPosted: Tue Apr 19, 2011 5:53 am
by silma
Hello Steve,

I just try the new Xataface 1.3rc3 release with my application.

Unfortunatly i'm stucked on the login page : the app keep saying "sorry, you have entered an incorrect username /password combination. Please try again."

Actually, i'm using Xataface 1.5.
(I did not upgrade before because of this trouble :http://xataface.com/forum/viewtopic.php?t=5530#p26558, I'm hoping the 1.3 will resolve it.)

Is there something special to do before upgrading ?

In my conf.ini files, I've got
Code: Select all
[_auth]
users_table = utilisateur
username_column = Username
password_column = password


I'm using md5 encryption for passwords.

When I downgrade to 1.5 (by changing the xataface repertory), everything works.

Once again, thanks for your help !

Re: 1.3.3 Upgrade

PostPosted: Tue Apr 19, 2011 8:24 am
by shannah
1.3rc3 includes a fix that checks username for case sensitivity. Ensure that you are entering the username exactly like it is in the database - capitals count now.

Re: 1.3.3 Upgrade

PostPosted: Tue Apr 19, 2011 8:35 am
by silma
I just realized it, my apologies for the post.

Unfortunatly, I also have the same "a foreign key constraint fails "bug than the first time i tried to upgrade (http://xataface.com/forum/viewtopic.php?t=5530#p26558).

I could delete my foreigns keys, but the "cascade" function is quite useful.
I'll think about an action that could replace it in my app.

Thanks again Steve !