search for: confirm_account

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

2006 Apr 19
1
Login_Engine and use_email_notification
I got a problem with the set up of Action Mailer and Login_Engine. I''m actually not able to disable email notification, as I could see in the doc of login_engine it seem that I just need to insert a line in the environement.rb of my application, like that : module LoginEngine # ... other options... config :use_email_notification, false end But I don''t get it
2006 Jun 08
2
LoginEngine: undefined method `generate_security_token''
...key = @user.generate_security_token url = url_for(:action => ''home'', :user_id => @user.id, :key => key) flash[:notice] = ''Signup successful!'' if LoginEngine.config(:use_email_notification) and LoginEngine.config(:confirm_account) UserNotify.deliver_signup(@user, params[:user][:password], url) flash[:notice] << '' Please check your registered email account to verify your account registration and continue with the login.'' else flash[:notice] << ...
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