Authentication Required Setting
Added by James H almost 10 years ago
What does the "Authentication Required" do exactly?
What are the implications of enabling or disabling this option??
Thank you
Replies (2)
RE: Authentication Required Setting - Added by Mischa The Evil almost 10 years ago
See RedmineSettings#Authentication-required or the relevant methods in the source:
ApplicationController#check_if_login_required
, source:/trunk/app/controllers/application_controller.rb@13994#L198ApplicationController#require_login
, source:/trunk/app/controllers/application_controller.rb@13994#L230
HTH.