Procedural File: admin.usermanager.php

Source Location: /bblog/bBlog_plugins/admin.usermanager.php ( Revision Log )

Page Details

admin.usermanager.php - administer users

Adds / Edits / Deletes user accounts.

License:  GNU General Public License
Copyright:  The bBlog Project, http://www.bblog.com/
Version:  $Id: $
Author:  Eaden McKee - <email@eadz.co.nz> - last modified by $LastChangedBy: $
Functions
admin_plugin_usermanager_run  [line 43]

void admin_plugin_usermanager_run( mixed &$bBlog  )


[ Top ]
identify_admin_usermanager  [line 30]

void identify_admin_usermanager( )

Information Tags:
Todo:  Currently, anyone who logs in can see all other users details and can
Todo:  
Todo:  xushi - major security enhancement
Todo:  edit them at will. We need this to happen only if the user is an admin.
Todo:  
Todo:  this boolean, and if a user isnt an admin, then mask all other users but
Todo:  Add an extra 'isadmin (bool)' field in authors table. So add
Todo:  himself (select * from t_authors ... ... ... where nickname='user')

[ Top ]