|
Author |
Message |
!!harsh789
Junior WebHelper
Joined: 18 Oct 2006
Posts: 1
|
Posted:
Wed Oct 18, 2006 4:53 pm (18 years, 2 months ago) |
|
Hi,
Is there any way I can change user passwords in .htaccess file using PHP.
Any help or suggestions are appreciated.
Thanks. |
________________________________ http://www.savingsahead.com |
|
|
|
adam
Forum Moderator & Developer
Joined: 26 Jul 2002
Posts: 704
Location: UK
|
Posted:
Wed Oct 18, 2006 6:55 pm (18 years, 2 months ago) |
|
There's no quick, one-line way of doing it that I know of. However, it should be pretty trivial to code something to take care of it. You'd just need to read the contents of the htpasswd file (using fopen()/fread() in PHP4, or file_get_contents() in PHP5), then replace the existing password hash with the new one using something like preg_replace() and write the new file.
This could of course require the htpasswd file to be world-writable depending on your server-configuration, which might be a security consideration you should keep in mind. |
________________________________ It's turtles all the way down... |
|
|
|
|
|
You cannot post new topics in this forum. You cannot reply to topics in this forum. You cannot edit your posts in this forum. You cannot delete your posts in this forum. You cannot vote in polls in this forum.
|
Page generation time: 0.177439 seconds :: 18 queries executed :: All Times are GMT
Powered by phpBB 2.0
© 2001, 2002 phpBB Group :: Based on an FI Theme
| |