http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15204
Bug ID: 15204
Summary: Auth.pm does too much
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Authentication
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
As a first step to re-factoring Auth.pm for bug 7174 we need to limit the scope
of what Auth.pm does.
Currently C4::Auth.pm handles both Authentication and Authorization which is
the maximum of what it should do.
Unfortunately it also handles in part the Context, the Session, and the
Templates. For proper separation of concerns it should do none of these
things!
This bug should act as a central point for building a dependency tree of work
required to factor out these supplementary roles.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/