From: Jeff D. <da...@da...> - 2002-08-17 15:46:34
|
> If you're going to go to the trouble, could you make it that > the username/password pairs are stored in a text file that would be > easily edited. It would be much simpler (codewise) (and the point of this hack is simplicity, after all) if these were just stored as a PHP hash in index.php, like: $WikiUsers = array( 'JeffDairiki' => 'JeffsPassword', 'JohnKershaw' => 'Your Password' ); Would that be okay? > Or maybe a third option, a half-way house: one password that fits any > WikiWord login name? Interesting idea. I think it's probably appropriate for certain situations. |