i want to make a users update script that auto add all users to new site in ring
and i need real passwd of user because script uses ftp connection to new site and adds users trough site gadduser ....
U could make an extra "site setpasswordhash 101 xxxxxxxxx" command that sets the SHA1 encrypted password for userid 101. (write it literally to the userfile)
Send that command after adding the user with "site gadduser"
(Preferably over an encrypted connection )