I am migrating users from another server without knowing their password. I only have hashes, so right now I have to UPDATE the database directly. It'd be nice if I could invoke userpassword --hash or userpasswordhash or userhash and pass it the hash directly for unmodified storage in the database.
Hi Martin, this was implemented in <https://bitbucket.org/pvo/vmm/commits/07a953a53b32766de21cef939f9341e20cf177d4> and is part of the current vmm-0.7.0 release. Regards, Pascal