Viewing profile — HiddenIncome
HiddenIncome
HN member- Joined
- Wed, May 29, 2013, 11:10 PM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About HiddenIncome
No profile information was provided.
Recent public activity
- story
- comment
-
comment
Comment #20389980
parse_str also does not work the same as the parser generating $_GET because it doesn't replace control characters: https://bugs.php.net/bug.php?id=76255
-
comment
Comment #5789879
Not saying that 2factor / persona auth modules aren't the eventual way forward, but the worst thing to do is to run out and do something like adding modules to your site. Installin…
-
comment
Comment #5789862
Your password was scrambled, which is why you cannot login. > UPDATE users SET password=''; That would be an extremely bad idea. Never set pass to empty on Drupal 6 sites.
-
comment
Comment #5789858
Drupal.org runs D6 with the phpass module, basically the stuff that went into Drupal 7.