How can I write a php script that will allow me to add to change the password of a user. and here is my setup. I have a cron job setup to run every 5 minutes a file called job when job runs the root executes all the commands in the file. How can I make it so a user could change there password online?
I am aware of security issues and have taken actions against them by not allowing users to use names such as root administrator webmaster noboby noone etc. Please advise
John