Hi.
How is it possible to change a users password on a linux system with php? And what is the safest way to do it? Anybody have some kind of clue?
Fedde
Best way would be, Create a bash script to change username and password, and call that script using php.
system("/path/to/script $username $password");
how can i write such a script? thanks.
hi, if you get the script to change the user's password in linux, can you send it to me?
thanks
Percy
I was thinking in this solution but, my problem was the uid of the script that's gona change the especific $username password, Can you send me an alternate solution to this?.
PD. How does the ISPs implement this solution?
I am really new to linux.
How do write the bash script to change password. Also how I call it from php.
Hope hear from you asap.
Thanks in advanced.
Regards,
Ganesh
Hi,
Let me also know the way to change Linux user password thro' a script. Does it use the expect language, or something else ?
Edwin