Project

General

Profile

« Previous | Next » 

Revision 28b7dd9f

Added by Timo Goebel about 7 years ago

fixes #18476 - users have ssh keys

View differences:

app/controllers/concerns/foreman/controller/authentication.rb
end
def path_to_authenticate
Foreman::AccessControl.normalize_path_hash(params.slice(:controller, :action, :id))
Foreman::AccessControl.normalize_path_hash(params.slice(:controller, :action, :id, :user_id))
end
def require_login

Also available in: Unified diff