notme
Legendary
Offline
Activity: 1904
Merit: 1002
|
|
December 26, 2011, 09:34:22 PM |
|
Thanks for the quick reply Pirate. Hopefully it was just me.
|
|
|
|
ineededausername
|
|
December 26, 2011, 09:55:16 PM |
|
Hi pirate, I found some bugs. First of all, in your change password page, the form is not submitting. Secondly, when I looked at the source, I found this: <input type="hidden" name="id" value="<? echo $id;?>"> Might wanna fix that!!!
|
(BFL)^2 < 0
|
|
|
pirateat40 (OP)
Avast Ye!
Sr. Member
Offline
Activity: 378
Merit: 250
"Yes I am a pirate, 200 years too late."
|
|
December 26, 2011, 09:58:02 PM |
|
Hi pirate, I found some bugs. First of all, in your change password page, the form is not submitting. Secondly, when I looked at the source, I found this: <input type="hidden" name="id" value="<? echo $id;?>"> Might wanna fix that!!! Try it again we just updated something. Ill look at the code thanks.
|
|
|
|
ineededausername
|
|
December 26, 2011, 09:59:13 PM |
|
Hi pirate, I found some bugs. First of all, in your change password page, the form is not submitting. Secondly, when I looked at the source, I found this: <input type="hidden" name="id" value="<? echo $id;?>"> Might wanna fix that!!! Try it again we just updated something. Ill look at the code thanks. Just changed my password, and now it won't let me log in. Neither the original nor the new password works.
|
(BFL)^2 < 0
|
|
|
vuce
|
|
December 26, 2011, 10:05:36 PM |
|
I also get the incorrect password error. Also, could you please check if you didn't miss a pm from yesterday, when you get time? Cheers.
edit: seems like login works, but change password doesn't.
Also, using password authentication without any encryption doesn't really make things more secure. As long as this is just informational it doesn't really matter (much) but if you think of implementing stuff that isn't you really should enable https also.
|
|
|
|
ineededausername
|
|
December 27, 2011, 03:03:48 AM |
|
Just noticed that the id echo is still there: <input type="hidden" value="<? echo $id;?>"> Obviously, it should be <?php echo $id;?>
|
(BFL)^2 < 0
|
|
|
Raoul Duke
aka psy
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
December 27, 2011, 03:12:00 AM |
|
Just noticed that the id echo is still there: <input type="hidden" value="<? echo $id;?>"> Obviously, it should be <?php echo $id;?>
Only because php short tags aren't enabled on php.ini
|
|
|
|
ineededausername
|
|
December 27, 2011, 03:13:07 AM |
|
Just noticed that the id echo is still there: <input type="hidden" value="<? echo $id;?>"> Obviously, it should be <?php echo $id;?>
Only because php short tags aren't enabled on php.ini or you could do that... but all the other tags are long so I wouldn't, for "consistency" reasons.
|
(BFL)^2 < 0
|
|
|
pirateat40 (OP)
Avast Ye!
Sr. Member
Offline
Activity: 378
Merit: 250
"Yes I am a pirate, 200 years too late."
|
|
December 27, 2011, 04:16:55 AM |
|
I also get the incorrect password error. Also, could you please check if you didn't miss a pm from yesterday, when you get time? Cheers.
edit: seems like login works, but change password doesn't.
Also, using password authentication without any encryption doesn't really make things more secure. As long as this is just informational it doesn't really matter (much) but if you think of implementing stuff that isn't you really should enable https also.
The password reset should be fixed now. The site will be SSL once we migrate it to our primary SSL cert, prior to updates that include users being able to change settings and request withdraws.
|
|
|
|
coin_toss
Member
Offline
Activity: 117
Merit: 10
|
|
December 27, 2011, 06:22:36 AM |
|
My login isn't working either - getting 'incorrect password' message.
|
|
|
|
vuce
|
|
December 27, 2011, 08:36:11 AM |
|
I tried changing the password again but it still doesn't work. Previously I could log back in with the old password (I guess the change password form didn't change it at all but now it does, incorrectly), now I can't log in at all...
|
|
|
|
Raoul Duke
aka psy
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
December 27, 2011, 10:10:34 AM |
|
I didn't get to change mine and it also doesn't let me login Incorrect Password it says
|
|
|
|
copumpkin
Donator
Sr. Member
Offline
Activity: 266
Merit: 252
I'm actually a pineapple
|
|
December 27, 2011, 11:47:52 AM |
|
Same here thought i'd try changing mine while everyone else is...
so yeah, now *neither* password works for me, old or new.
|
|
|
|
pirateat40 (OP)
Avast Ye!
Sr. Member
Offline
Activity: 378
Merit: 250
"Yes I am a pirate, 200 years too late."
|
|
December 27, 2011, 04:58:00 PM |
|
Sorry guys, in an attempt to keep the passwords secure by hashing them something is not right. We are looking into it and I will send out and email with a temp password to you guys.
|
|
|
|
notme
Legendary
Offline
Activity: 1904
Merit: 1002
|
|
December 27, 2011, 05:02:40 PM |
|
I need a valid password as well.
|
|
|
|
Tulkas
|
|
December 27, 2011, 06:10:30 PM |
|
I need a valid password as well.
+1
|
|
|
|
pirateat40 (OP)
Avast Ye!
Sr. Member
Offline
Activity: 378
Merit: 250
"Yes I am a pirate, 200 years too late."
|
|
December 27, 2011, 07:50:24 PM |
|
The password issues have been fixed. Your temp password will be set to your deposit address with me. Please change it as soon as possible. If you have any issues please let me know.
|
|
|
|
vuce
|
|
December 27, 2011, 08:04:43 PM |
|
Works fine now, thanks.
|
|
|
|
notme
Legendary
Offline
Activity: 1904
Merit: 1002
|
|
December 27, 2011, 08:05:58 PM |
|
Yep... Works for me
|
|
|
|
pirateat40 (OP)
Avast Ye!
Sr. Member
Offline
Activity: 378
Merit: 250
"Yes I am a pirate, 200 years too late."
|
|
December 27, 2011, 09:58:57 PM |
|
Received my first order from my new client. Storage Availability has been updated.
|
|
|
|
|