#804925 Ability to set user password to a hash

Package:
vmm
Source:
vmm
Submitter:
martin f krafft
Date:
2021-11-14 18:03:03 UTC
Severity:
wishlist
#804925#5
Date:
2015-11-13 00:34:57 UTC
From:
To:
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.

#804925#10
Date:
2021-11-14 17:54:04 UTC
From:
To:
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