Bitcoin Forum
May 08, 2024, 01:46:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How would you rate Bitcoin Savings & Trust?
5 - Excellent
4 - Very Good
3 - Good
2 - Fair
1 - Poor
No comment just show me the results.

Warning: Moderators do not remove likely scams. You must use your own brain: caveat emptor. Watch out for Ponzi schemes. Do not invest more than you can afford to lose.

Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... 71 »
  Print  
Author Topic: Bitcoin Savings and Trust | Home | Closed  (Read 802045 times)
notme
Legendary
*
Offline Offline

Activity: 1904
Merit: 1002


View Profile
December 26, 2011, 09:34:22 PM
 #181

Thanks for the quick reply Pirate.   Hopefully it was just me.

https://www.bitcoin.org/bitcoin.pdf
While no idea is perfect, some ideas are useful.
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ineededausername
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


bitcoin hundred-aire


View Profile
December 26, 2011, 09:55:16 PM
 #182

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!!! Wink

(BFL)^2 < 0
pirateat40 (OP)
Avast Ye!
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


"Yes I am a pirate, 200 years too late."


View Profile WWW
December 26, 2011, 09:58:02 PM
 #183

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!!! Wink

Try it again we just updated something.  Ill look at the code thanks.

ineededausername
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


bitcoin hundred-aire


View Profile
December 26, 2011, 09:59:13 PM
 #184

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!!! Wink

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
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
December 26, 2011, 10:05:36 PM
 #185

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
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


bitcoin hundred-aire


View Profile
December 27, 2011, 03:03:48 AM
 #186

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 Offline

Activity: 1358
Merit: 1002



View Profile
December 27, 2011, 03:12:00 AM
 #187

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 Wink
ineededausername
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


bitcoin hundred-aire


View Profile
December 27, 2011, 03:13:07 AM
 #188

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 Wink

or you could do that... but all the other tags are long so I wouldn't, for "consistency" reasons. Tongue

(BFL)^2 < 0
pirateat40 (OP)
Avast Ye!
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


"Yes I am a pirate, 200 years too late."


View Profile WWW
December 27, 2011, 04:16:55 AM
 #189

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 Offline

Activity: 117
Merit: 10


View Profile
December 27, 2011, 06:22:36 AM
 #190

My login isn't working either - getting 'incorrect password' message.
vuce
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
December 27, 2011, 08:36:11 AM
 #191

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 Offline

Activity: 1358
Merit: 1002



View Profile
December 27, 2011, 10:10:34 AM
 #192

I didn't get to change mine and it also doesn't let me login Tongue

Incorrect Password it says
copumpkin
Donator
Sr. Member
*
Offline Offline

Activity: 266
Merit: 252


I'm actually a pineapple


View Profile
December 27, 2011, 11:47:52 AM
 #193

Same here  Smiley

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 Offline

Activity: 378
Merit: 250


"Yes I am a pirate, 200 years too late."


View Profile WWW
December 27, 2011, 04:58:00 PM
 #194

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 Offline

Activity: 1904
Merit: 1002


View Profile
December 27, 2011, 05:02:40 PM
 #195

I need a valid password as well.

https://www.bitcoin.org/bitcoin.pdf
While no idea is perfect, some ideas are useful.
Tulkas
Sr. Member
****
Offline Offline

Activity: 352
Merit: 250


Founder, BTCJAM


View Profile WWW
December 27, 2011, 06:10:30 PM
 #196

I need a valid password as well.


+1

BTCJAM - Peer to Peer Bitcoin Lending
https://btcjam.com
pirateat40 (OP)
Avast Ye!
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


"Yes I am a pirate, 200 years too late."


View Profile WWW
December 27, 2011, 07:50:24 PM
 #197

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
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
December 27, 2011, 08:04:43 PM
 #198

Works fine now, thanks.
notme
Legendary
*
Offline Offline

Activity: 1904
Merit: 1002


View Profile
December 27, 2011, 08:05:58 PM
 #199

Yep... Works for me

https://www.bitcoin.org/bitcoin.pdf
While no idea is perfect, some ideas are useful.
pirateat40 (OP)
Avast Ye!
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


"Yes I am a pirate, 200 years too late."


View Profile WWW
December 27, 2011, 09:58:57 PM
 #200

Received my first order from my new client.  Storage Availability has been updated. Smiley

Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... 71 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!