I have a strange problem with PHPay 2.0. If a user logs in, his/her name, address, e-mail address is missing. If he/she requrests for a new password, or the administrator changes his/her password, logging in with the new password loads his/her data. So it seems that the data is in the database but somehow PHPay is unable to load them, only after password changing.
Any ideas?
thanx: Krisztin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
User request for password only reads email address. In user admin this must a generell bug - updating user data kills email?
In online demo (phPay 2.02) I cannot reproduce this failure ...
Greetings,
Andreas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-12-16
What I was trying to say is this:
Let's say I'm able to log in using my id/password. When I'm logged on, I'm asked to provide my address, ...
But if I request a new password (as a normal user), and I log in using my new password, my data is correctly loaded in.
The same thing happens if I change this particular user's password as an administrator: before password changing PHPay is unable to load my data (though I can log in), but after password changing it is there.
It used to work correctly for me about 8 months and recently started to behave this strange way.
Thanx: Krisztin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You post:
"But if I request a new password (as a normal user), and I log in using my new password, my data is correctly loaded in."
Where is the problem? 'Not' missing?
Maybe you have to close your actual session until you login again? Are you loggedin, if you request a new password? Makes no sense, but can happen. Are the missing data deleted in database too?
If you change a password for a session of registered/loggedin user it crashes, because the old encrypted password is in table online. If passwords compared in lib.inc.php no user entry can be found.
May be this is the problem?
Greetings,
Andreas.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-12-17
> Are you loggedin, if you request a new password?
No, I'm not. I log in, my data is not loaded. I log out. I request for a new password. I log in using my new password. My data is correctly loaded.
The same thing happens this way:
I log in. No data. Log out. Change my password as admin. Log in again. My data is there.
For me it seems the system needs a "fresh" password to load my data.
Thanx: Krisztin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I have a strange problem with PHPay 2.0. If a user logs in, his/her name, address, e-mail address is missing. If he/she requrests for a new password, or the administrator changes his/her password, logging in with the new password loads his/her data. So it seems that the data is in the database but somehow PHPay is unable to load them, only after password changing.
Any ideas?
thanx: Krisztin
User request for password only reads email address. In user admin this must a generell bug - updating user data kills email?
In online demo (phPay 2.02) I cannot reproduce this failure ...
Greetings,
Andreas.
What I was trying to say is this:
Let's say I'm able to log in using my id/password. When I'm logged on, I'm asked to provide my address, ...
But if I request a new password (as a normal user), and I log in using my new password, my data is correctly loaded in.
The same thing happens if I change this particular user's password as an administrator: before password changing PHPay is unable to load my data (though I can log in), but after password changing it is there.
It used to work correctly for me about 8 months and recently started to behave this strange way.
Thanx: Krisztin
You post:
"But if I request a new password (as a normal user), and I log in using my new password, my data is correctly loaded in."
Where is the problem? 'Not' missing?
Maybe you have to close your actual session until you login again? Are you loggedin, if you request a new password? Makes no sense, but can happen. Are the missing data deleted in database too?
If you change a password for a session of registered/loggedin user it crashes, because the old encrypted password is in table online. If passwords compared in lib.inc.php no user entry can be found.
May be this is the problem?
Greetings,
Andreas.
> Are you loggedin, if you request a new password?
No, I'm not. I log in, my data is not loaded. I log out. I request for a new password. I log in using my new password. My data is correctly loaded.
The same thing happens this way:
I log in. No data. Log out. Change my password as admin. Log in again. My data is there.
For me it seems the system needs a "fresh" password to load my data.
Thanx: Krisztin
no idea ... May be this is browser depending? Yesterday I heard about wrong function with automatic fill in forms ...
I uploaded a file to monitor sessions under: http://sourceforge.net/tracker/index.php?func=detail&aid=861528&group_id=39285&atid=424796
Please have a look at your session with this little script.
Greetings,
Andreas.