From: jotajota <jot...@jo...> - 2002-01-14 11:20:54
|
Hola My host has just upgraded php to version 4.1.1 and suddenly my two pn sites have stopped working :/. Pn versions are 0.6.2 (yes, I know, I'll upgrade when I have some time) and 0.6.4 (this one should be working soon with this version: upgrading to 0.7.x is not an option at this time - many custom modules) The problem appears when new users try to access the site, the password that the site gives to them doesn't work. The same happens with old users that try to change their passwords. I have taken a look at the nuke_users and this is what I've found in the password field: Old user: 6LVu/xe07tCRw New user: $1$C3PWQigb$njBSgrygCxpDe0fb6VE3l0 Seems clear to me that there has been some kind of change in the default behaviour of the function used to crypt the password. However this default does not apply to the function that takes the user input and compares it to the database. I should change one of them, but I don't know where they are or what to change them to. Does anyone have a clue? ---- jotajota mailto:jot...@jo... |