Actions
Feature #16119
closedLogin Log unaviable?
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Accounts / authentication
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Hello Redmine Team.
We actually have the following system running at our company:
Environment:
Redmine version 2.1.2.stable
Ruby version 1.9.3 (x86_64-linux)
Rails version 3.2.8
Environment production
Database adapter Mysql2
Redmine plugins:
periodictask 2.0.0
But we would like to log the Loggins on the system. Is it somehow possible to enable the logging from the logins in a logfile?
Updated by Jean-Philippe Lang about 11 years ago
- Tracker changed from Defect to Feature
Updated by Jan Niggemann (redmine.org team member) about 11 years ago
- Priority changed from High to Normal
Hi Sebastian,
what do you propose to be logged? Username, datetime, success (or lack of)?
Updated by Jean-Philippe Lang about 11 years ago
- Status changed from New to Closed
If you set your log level to info, you'll find the login in your production.log. See:
- source:/tags/2.5.0/app/controllers/account_controller.rb#L250 (successful login)
- source:/tags/2.5.0/app/controllers/account_controller.rb#L281 (failed login)
Actions