<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body>
Joshua Ferraro wrote:<br>
<blockquote type="cite"
cite="mid20030418203424.A18953@alma.athenscounty.lib.oh.us">
<pre wrap="">I have been thinking about the current intranet security setup whereby any staff member can access any part of the intranet. Is this the policy in the libraries that are currently using Koha? It may be important to some of the larger systems (where more than a dozen people are using the intranet) to increase the levels of password protection. My concern is less of a control issues and more of an "oops I just deleted our main branch" issue. Even adding one more layer by seperating the admin from the normal staff functions might be useful. Even better, maybe users could be added and given "permission" to access parts of the intranet. What does everyone think?
Joshua</pre>
</blockquote>
Hi Joshua,<br>
<br>
I've one good and one bad new :-)<br>
the bad being you're wrong.<br>
the good being you're wrong :-)))<br>
In the members area, you have an option (bottom left : modify user flag )
to choose between 11 differents actions a librarian can do in the DB :<br>
<br>
<table border="1">
<tbody>
<tr>
<th background="/koha/images/background-mem.gif" colspan="3">FLAGS</th>
</tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-0">                        </td>
                        <td>                                superlibrarian                         </td>
                        <td>                                Access to all librarian functions                         </td>
                </tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-1">                        </td>
                        <td>                                circulate                         </td>
                        <td>                                Circulate books                         </td>
                </tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-2">                        </td>
                        <td>                                catalogue                         </td>
                        <td>                                View Catalogue (Librarian Interface)                         </td>
                </tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-3">                        </td>
                        <td>                                parameters                         </td>
                        <td>                                Set Koha system paramters                         </td>
                </tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-4">                        </td>
                        <td>                                borrowers                         </td>
                        <td>                                Add or modify borrowers                         </td>
                </tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-5">                        </td>
                        <td>                                permissions                         </td>
                        <td>                                Set user permissions                         </td>
                </tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-6">                        </td>
                        <td>                                reserveforothers                         </td>
                        <td>                                Reserve books for patrons                         </td>
                </tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-7">                        </td>
                        <td>                                borrow                         </td>
                        <td>                                Borrow books                         </td>
                </tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-8">                        </td>
                        <td>                                reserveforself                         </td>
                        <td>                                Reserve books for self                         </td>
                </tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-9">                        </td>
                        <td>                                editcatalogue                         </td>
                        <td>                                Edit Catalogue (Modify bibliographic/holdings data)                         </td>
                </tr>
                         <tr>
                        <td>                                <input type="checkbox" name="flag-10">                        </td>
                        <td>                                updatecharges                         </td>
                        <td>                                Update borrower charges</td>
</tr>
</tbody>
</table>
<br>
Note that all users can't do anything by default : most users are just borrowers,
not librarians.<br>
<br>
<pre class="moz-signature" cols="$mailwrapcol">--
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre <a class="moz-txt-link-freetext" href="http://www.koha-fr.org">http://www.koha-fr.org</a>)
</pre>
</body>
</html>