admin_plugin_usermanager_run [line 43]
void admin_plugin_usermanager_run(
mixed &$bBlog
)
|
|
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') |