Password notes
- GroupAttributes? call this page with ?action=attr from within a group to set passwords for the Group. Although entered as clear text, stored encrypted.
- Create private groups for users, so that each user can edit pages in their group, but no one else (other than the admin) can.
Administrators can use the AuthUser recipe and add the following few lines to their local/config.php file to set this up:
$group = FmtPageName('$Group', $pagename);
$DefaultPasswords['edit'] = 'id:'.$group;
include_once("$FarmD/scripts/authuser.php");
This automatically gives edit rights to a group to every user who has the same user name as the group name.
|
You can't sit around thinking. You have to sit around writing.
David Long
<< | Trail Index | >> HomeLinks
|