Class: AccountController (<Toplevel Module>)

Overview
Module Structure
Class Hierarchy
Instance Methods
AccountController#login
AccountController#logout
AccountController#lost_password
AccountController#register
AccountController#activate
AccountController#logout_user
AccountController#authenticate_user
AccountController#password_authentication
AccountController#open_id_authenticate / 1
AccountController#successful_authentication / 1
AccountController#set_autologin_cookie / 1
AccountController#onthefly_creation_failed / 2
AccountController#invalid_credentials
AccountController#register_by_email_activation / 2
AccountController#register_automatically / 2
AccountController#register_manually_by_administrator / 2
AccountController#account_pending
is a submodule of
module: <Toplevel Module>   
includes
  CustomFieldsHelper   
inherits from
  ApplicationController   
has properties
method: login   
method: logout   
method: lost_password   
method: register   
method: activate   
method: logout_user   
method: authenticate_user   
method: password_authentication   
method: open_id_authenticate / 1   
method: successful_authentication / 1   
method: set_autologin_cookie / 1   
method: onthefly_creation_failed / 2   
method: invalid_credentials   
method: register_by_email_activation / 2   
method: register_automatically / 2   
method: register_manually_by_administrator / 2   
method: account_pending   
is defined at
#18 in app/controllers/account_controller.rb  

Overview

Module Structure

  module: <Toplevel Module>
class: ApplicationController     
class: AccountController     
module: CustomFieldsHelper     

Class Hierarchy

Object ( Builtin-Module )
Base ( ActionController )
ApplicationController
includes
  I18n ( Redmine )
  MenuController ( Redmine::MenuManager )
  Controller ( Redmine::Search )
has properties
method: handle_unverified_request   
method: delete_broken_cookies   
method: params_filter   
method: utf8nize! / 1   
method: user_setup   
method: find_current_user   
method: logged_user= / 1   
method: check_if_login_required   
method: set_localization   
method: require_login   
method: require_admin   
method: deny_access   
method: authorize / 3   
method: authorize_global / 3   
method: find_project   
method: find_project_by_project_id   
method: find_optional_project   
method: find_project_from_association   
method: find_model_object   
class method: model_object / 1   
method: find_issues   
method: check_project_privacy   
method: back_url   
method: redirect_back_or_default / 1   
method: render_403 / 1   
method: render_404 / 1   
method: render_error / 1   
method: require_admin_or_api_request   
method: use_layout   
method: invalid_authenticity_token   
method: render_feed / 2   
class method: accept_rss_auth / 1   
method: accept_rss_auth? / 1   
class method: accept_api_auth / 1   
method: accept_api_auth? / 1   
method: per_page_option   
method: api_offset_and_limit / 1   
method: parse_qvalues / 1   
method: filename_for_content_disposition / 1   
method: api_request?   
method: api_key_from_request   
method: render_attachment_warning_if_needed / 1   
method: set_flash_from_bulk_issue_save / 2   
method: query_statement_invalid / 1   
method: render_validation_errors / 1   
method: default_template / 1   
method: pick_layout / 1   
AccountController
includes
  CustomFieldsHelper   
has properties
method: login   
method: logout   
method: lost_password   
method: register   
method: activate   
method: logout_user   
method: authenticate_user   
method: password_authentication   
method: open_id_authenticate / 1   
method: successful_authentication / 1   
method: set_autologin_cookie / 1   
method: onthefly_creation_failed / 2   
method: invalid_credentials   
method: register_by_email_activation / 2   
method: register_automatically / 2   
method: register_manually_by_administrator / 2   
method: account_pending   

Instance Methods

AccountController#login

#26 in app/controllers/account_controller.rb

login

AccountController#logout

#38 in app/controllers/account_controller.rb

logout

AccountController#lost_password

#44 in app/controllers/account_controller.rb

lost_password

AccountController#register

#81 in app/controllers/account_controller.rb

register

AccountController#activate

#118 in app/controllers/account_controller.rb

activate

AccountController#logout_user

#134 in app/controllers/account_controller.rb

logout_user

AccountController#authenticate_user

#142 in app/controllers/account_controller.rb

authenticate_user

AccountController#password_authentication

#150 in app/controllers/account_controller.rb

password_authentication

AccountController#open_id_authenticate / 1

#163 in app/controllers/account_controller.rb

open_id_authenticate ( openid_url )

AccountController#successful_authentication / 1

#204 in app/controllers/account_controller.rb

successful_authentication ( user )

AccountController#set_autologin_cookie / 1

#215 in app/controllers/account_controller.rb

set_autologin_cookie ( user )

AccountController#onthefly_creation_failed / 2

#229 in app/controllers/account_controller.rb

onthefly_creation_failed ( user ,
  auth_source_options = { } )

AccountController#invalid_credentials

#235 in app/controllers/account_controller.rb

invalid_credentials

AccountController#register_by_email_activation / 2

#243 in app/controllers/account_controller.rb

register_by_email_activation ( user ,
  &block )

AccountController#register_automatically / 2

#257 in app/controllers/account_controller.rb

register_automatically ( user ,
  &block )

AccountController#register_manually_by_administrator / 2

#273 in app/controllers/account_controller.rb

register_manually_by_administrator ( user ,
  &block )

AccountController#account_pending

#283 in app/controllers/account_controller.rb

account_pending