pub fn create_full_credentials(users: &[UserId]) -> Vec<FullCredentials>Expand description
Creates a list of [FullCredentials] for a list of [UserId]s.
Creates a 30-char long alphanumeric passphrase for each [UserId] in users and then
constructs a [FullCredentials].