Search code examples
svnpasswordswebdav.htpasswd

How to change SVN user password by himself


We have local SVN repo over Apache location with WebDAV. Our passwords are stored in passwd file using htpasswd command.

In this situation only admin can add/change/assign a password to user using

sudo htpasswd /etc/subversion/passwd <username>

But we need to add possibility to change password by user-self, so after admin added new user - user would be able to change password to own.

Is there any ready or easy to implement solution to realize this feature? May be some CMS or other LAMP solution? Or CGI...

Of course, every user should be able to change only his own password


Solution

  • Maybe something like submin would work for you http://supermind.nl/submin/about.html ?