in reply to password problem with non-alphanumerics
This is a little evil, especially if the page gets cached, or is history-browsable. View source, and there's your password.<input type="hidden" name="old" value="%PASSWORD%"> <input type="hidden" name="new" value="%PASSWORD%"> <input type="hidden" name="new2" value="%PASSWORD%">
Maybe it's not a big concern, but it's something to chew on. User Editor Page and clear text passwords has a discussion when it happened on perlmonks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: password problem with non-alphanumerics
by hmerrill (Friar) on May 07, 2004 at 13:50 UTC | |
by exussum0 (Vicar) on May 07, 2004 at 13:54 UTC |