Ignore:
Timestamp:
Sep 18, 2005, 12:22:22 AM (19 years ago)
Author:
plg
Message:
  • improvement: add information about how to use an external table for users
  • bug fixed: uses user configuration fields for filtering in admin/user_list
  • bug fixed: don't try to create feeds automatically during sync_users (when line in user_infos is missing)
  • bug fixed: create_user_infos function gives status admin if user id matches $confwebmaster_id
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_user.inc.php

    r833 r865  
    455455    array(
    456456      'user_id' => $user_id,
    457       'status' => 'guest',
     457      'status' => $user_id == $conf['webmaster_id'] ? 'admin' : 'guest',
    458458      'template' => $conf['default_template'],
    459459      'nb_image_line' => $conf['nb_image_line'],
Note: See TracChangeset for help on using the changeset viewer.