Hi all, I've searched the archives and not found an answer. We're using Visual SVN Server and I'm looking to make it possible for users to change their own SVN passwords over the web. Currently, I don't see this option available anywhere, only through the admin interface. I found the htpasswd file where they're all stored. I'm guessing that the openssl.exe app is used to generate the passwords with the -apr1 flag. However, I'd like to know the exact syntax for manipulating this file, or how I can go about inserting new values that will be understood by apache. It appears that passwords are not a straight hash of the password--perhaps a password plus a salt value, then hashed.
Thanks. -Tyler

