Re: False Passwords Void / Method to Disable Your Account by Anonymous Monk on Sep 30, 2009 at 20:14 UTC |
Note: Using any of these for your password is not recommended. | [reply] |
|
$ perl -le'
print "s:", "$ARGV[0]" ? "true" : "false";
print "n:", 0+$ARGV[0] ? "true" : "false";
' 0.0
s:true
n:false
$ perl -le'
print "s:", "$ARGV[0]" ? "true" : "false";
print "n:", 0+$ARGV[0] ? "true" : "false";
' 'sd;kfdfs3'
s:true
n:false
Update: Added code.
| [reply] [d/l] |
|
| [reply] |
|
| [reply] |
Re: False Passwords Void / Method to Disable Your Account by bv (Friar) on Sep 30, 2009 at 21:56 UTC |
Is there a confirmation from the change password node?
Also, are there any values but "0" that will work for this? Blank shouldn't work, since the password fields get submitted as blank if you change anything but your password on your profile.
| print pack("A25",pack("V*",map{1919242272+$_}(34481450,-49737472,6228,0,-285028276,6979,-1380265972))) |
| [reply] [d/l] |
Re: False Passwords Void / Method to Disable Your Account by Limbic~Region (Chancellor) on Oct 01, 2009 at 16:56 UTC |
Co-Rion,
What happens to a user's real name and email address when they disable their account? I assume this is in response to the break in, in which users raised larger concerns about their information after they abandoned the site than just accessing their account.
| [reply] |
|
| [reply] |
|
Is this just a stop-gap to a better solution in the future? It seems to me that the long term the goal should be to create a "Disable" button that erases that users real name, email address, and password. And maybe that users home node for good measure?
Elda Taluta; Sarks Sark; Ark Arks
| [reply] |
|
|
|
|
|
|
|
Re: False Passwords Void / Method to Disable Your Account by Zen (Deacon) on Oct 20, 2009 at 13:33 UTC |
Still wondering where the button is. | [reply] |
|
I give you a link to your personal Perlmonks Account Disable Page. You get to choose
there what information remains and what information gets deleted. You also get to enter the text that will be displayed during your indeterminate leave of absence.
The button is at the bottom of the page, labeled "Stumbit", as is a Monastery tradition.
As a precautionary measure, to permanently disable your account, we require you to enter a "security code" into the field labeled "password". The current security code is 0.
| [reply] [d/l] |
|
Mmmmmmmmmmmmmmm... That's good snark.
| [reply] |
|
Clicked the link, and then stumbit after I removed info with the 0 code..I'm still here... :/
| [reply] |
|
|