User control Options
Since last few days i was thinking for the OpenERP Server that there will some thing to secure user sessions, like for OpenERP server user session never expire, and it should not be as this is not a Service Oriented (Constant Connection to Server) but its better to refresh the users cache to find some users which not send the request since last few minutes, and expire their cache so that next request he must enter password again to login to db
At the same time i was thinking that, it is also possible to have a 2 concurrent login for the same user from different locations, this should not be allowed or allowed in some cases only by default if should not allow this things
well, this is not a complex things to implement this things, just follow the user_ldap module and need to something related to the Disconnect / Logout method @ client, which currently not calls anything to server side it should call some method at server side.
Suggestions are Welcome
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Discussion
- Series goal:
- None
- Implementation:
- Not started
- Milestone target:
- 5.0.5
- Started by
- Completed by
Whiteboard
Its better to create a new module which will easily adopt like user_ldap for the security, and also supply few configuration like Ldap
its better to create a module `user_control`
where we also need to take care for the user_ldap module, a new module should also work with the user_ldap module