public Method

UserDB.get_passwd(realm, user, reload_db=false)

There's no documentation for this item.

Source Code

# File webrick/httpauth/userdb.rb, line 23
def get_passwd(realm, user, reload_db=false)
  # reload_db is dummy
  make_passwd(realm, user, self[user])
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.