>>encoded-password ( user string -- user )


Vocabulary
furnace.auth

Inputs
useran user
stringa string


Outputs
useran user


Word description
Sets the user's password by combining it with a random salt and encoding it with the current authentication realm's checksum.

Definition