Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


View this topic in a long page with up to 500 replies per page Create new topic
1 | 2 | 3 | 4 | 5 | 6
PDAMan
180 posts

Master Geek
+1 received by user: 26

Trusted

  #774863 5-Mar-2013 10:27
Send private message

Glad you told us here, my first reaction to flags like that is to not trust them:)




Luigi
Helping companies with location based problem solving, blogs and social media
SolomoConsulting

Find me on LinkedIn
Blog http://luigicappel.wordpress.com
Check out my songwriting



cshaun
407 posts

Ultimate Geek
+1 received by user: 72

ID Verified

  #774865 5-Mar-2013 10:34
Send private message

Weird. Couldn't reset password with Chrome... Wouldn't send me email, gave me: "Error: either username or email must be specified for password request." With either email or username in the box.

Worked first try in IE.

bensmithnz
26 posts

Geek
+1 received by user: 5

Trusted

  #774868 5-Mar-2013 10:36
Send private message

Reset my password just fine on Chrome, no issues at all.

Mistakes happen :)

Cheers Mauricio; dealt with in a prompt and orderly fashion. Cheers for the transparency on what happened to by the way :)

Ben




Tinshed
278 posts

Ultimate Geek
+1 received by user: 56


  #774883 5-Mar-2013 11:01
Send private message

Me too! Me too!  Meaning successfully changed my password using Chrome.  Reminds me of Mr Martin "It's the putting right that counts". Stuff happens, and I am sure we can remember that sinking feeling in the pit of your stomach when you realise "whoops".  Anyway all good and if people get upset about such things, well, I am glad I don't have their life.




Tinshed
Wellington, New Zealand


DuncanMcC
180 posts

Master Geek
+1 received by user: 14


  #774885 5-Mar-2013 11:10
Send private message

There is a wee bug (IMO) in that if you *also* have your name in the login field, then clicking the send button does not send an e-mail.

Cloudy
150 posts

Master Geek
+1 received by user: 9


  #774890 5-Mar-2013 11:16
Send private message

freitasm:
Cloudy: Mine seems to still be working, just selected from my bookmarks and I'm in.


That's because you were on Geekzone before with the option to keep logged in. Your browser has a token that will keep it logged in. We do not store the password on cookies, so if you logout now then you will see your password is reset, like everyone's else.



Ah ok, might just log out now and reset anyway so I don't confuse myself in the future




Cloudy

 
 
 

Support Geekzone with one-off or recurring donations Donate via PressPatron.
freitasm

BDFL - Memuneh
80652 posts

Uber Geek
+1 received by user: 41044

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #774892 5-Mar-2013 11:19
Send private message

Folks, here is an update...

We have restored passwords to their values on 4th March 7am. This means most of you don't need to change your password anymore. If you have changed your password, then continue to use the new password.

Sorry for the mass emailing...




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


DuncanMcC
180 posts

Master Geek
+1 received by user: 14


  #774893 5-Mar-2013 11:21
Send private message

freitasm: Folks, here is an update...

We have restored passwords to their values on 4th March 7am. This means most of you don't need to change your password anymore. If you have changed your password, then continue to use the new password.

Sorry for the mass emailing...


Hmm... so all the folk (not me!) that put in a *new* password, will not work anymore, and will have their *old* password.

freitasm

BDFL - Memuneh
80652 posts

Uber Geek
+1 received by user: 41044

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #774895 5-Mar-2013 11:22
Send private message

I only reset the password for those who have not changed yet. If you have changed your password, you can keep using the new one you entered.




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


DuncanMcC
180 posts

Master Geek
+1 received by user: 14


  #774897 5-Mar-2013 11:23
Send private message

freitasm: I only reset the password for those who have not changed yet. If you have changed your password, you can keep using the new one you entered.


Thanks for double-clarifying :)

helebor
15 posts

Geek


  #774906 5-Mar-2013 11:44
Send private message

Well, I'm *special* 'cuz I just logged in (username & existing password) without resetting anything.  Thanks for the email, though, it was nice hearing from you. Tongue Out

HP

 
 
 
 

Shop now for HP laptops and other devices (affiliate link).
SQLGeek
135 posts

Master Geek
+1 received by user: 32


  #774917 5-Mar-2013 12:08
Send private message

To stop this happening again your could create trigger that doesn't allow multiple passwords to updated in single update statement.

Something like this for table GZUser and column PwdHash:

create trigger tr_GZUser_UpdatePwd on dbo.GZUser for update
as
if update(PwdHash)
begin
if (select count(*) from inserted) > 1
rollback
end
go



Dairyxox
1595 posts

Uber Geek
+1 received by user: 455


  #774920 5-Mar-2013 12:13
Send private message

Rather than following your instructions, I found it easier to just click on "Your Profile" then "Edit your Profile" and enter my new password there.

This only applies to users with cookies that are still alive (auto logged in)

I understand why you didn't mention this, as giving users too many options only complicates matters.

freitasm

BDFL - Memuneh
80652 posts

Uber Geek
+1 received by user: 41044

Administrator
ID Verified
Trusted
Geekzone
Lifetime subscriber

  #774922 5-Mar-2013 12:16
Send private message

Hmmm. I didn't mention here, but put in the email.

SQLGeek, thanks for the tip.




Referral links: Quic Broadband (free setup code: R587125ERQ6VE) | Samsung | AliExpress | Wise | Sharesies 

 

Support Geekzone by subscribing (browse ads-free), or making a one-off or recurring donation through PressPatron.

 


jnawk
176 posts

Master Geek
+1 received by user: 11


  #774940 5-Mar-2013 12:49
Send private message

freitasm:
Technically? I was going to update one password but instead typed the command and pressed the EXEC button before finishing up the WHERE clause. That's not very technical...



Perhaps every SQL session should begin with SET IMPLICIT_TRANSACTIONS ON???   This is, after all, a prime example of why auto-commit is a bad idea!


1 | 2 | 3 | 4 | 5 | 6
View this topic in a long page with up to 500 replies per page Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.