search for: mysalt

Displaying 3 results from an estimated 3 matches for "mysalt".

2006 Jul 04
3
Engine Not Starting
...problem in the past, I''m assuming this is some sort of fcgi issue, but not sure how to even start troubleshooting it. Any help would be appreciated. Application helper: module ApplicationHelper include LoginEngine end Environment.rb (bottom) module LoginEngine config :salt, "mysalt" config :use_email_notification, false end Engines.start :login_engine Application Controller: require ''login_engine'' class ApplicationController < ActionController::Base include LoginEngine helper :user model :user before_filter :login_required end -...
2004 Jul 25
2
Passwords in passwd-file
Hi! I'm trying to use MD5 hashed password in a passwd-file (not the system one). I've set auth_userdb = passwd-file /my/passwd/file auth_passdb = passwd-file /my/passwd/file auth.txt additionally describes a syntax like: auth_userdb = passwd-file[34] /my/passwd/file to denote MD5 passwords in the file, but I've been unable to get any combination of using []'s after
2006 Feb 26
6
Having trouble getting Edge Rails running
Hello, I''ve been playing with this for hours, and got through a couple glitches (e.g. updating to Ruby 1.8.4) but this one is well beyond my N00b skills. When trying to run script/server I get: ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:87:in `as_load_path'': stack level too deep (SystemStackError) from