I have a subversion server setup with apache with passwords in htpasswd, and I’m trying to find a way for users to change their passwords without use of system accounts. Is there a module for apache that will allow users to change their passwords? The users don’t have system accounts, so terminal access to modify password files with htpasswd isn’t possible.
I haven’t found a way either for users to change their passwords automatically, but they can run htpasswd from any machine and send you the file. You can then just c/p it in. Not the best solution, but should work just fine.