= private = protected
set_passwd(realm, user, pass)
Sets a password in the database for user in realm to pass.
# File lib/webrick/httpauth/htpasswd.rb, line 104 def set_passwd(realm, user, pass) @passwd[user] = make_passwd(realm, user, pass) end