Ignore:
Timestamp:
Aug 20, 2010, 10:31:22 PM (14 years ago)
Author:
Eric
Message:
  • Bug 1808 fixed - The Tracking users table is ordered by default on "LastVisit" field (last in at top)
  • Bug 1809 fixed - Addition of a direct link to user's profile in all UAM tables. The link gives a new window
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/main.inc.php

    r6775 r6783  
    22/*
    33Plugin Name: UserAdvManager
    4 Version: 2.15.4
     4Version: 2.15.5b
    55Description: Renforcer la gestion des utilisateurs - Enforce users management
    66Plugin URI: http://fr.piwigo.org/ext/extension_view.php?eid=216
     
    1313/*
    1414 ***** TODO List *****
    15 ++ No validation needed for admins users comments (new trigger needed in comments.php ?)
    16 
    17 ++ No single email check for admins (new trigger needed in functions_user.inc.php ?)
    18 
    19 ++ Password control and enforcement
    20   ?? Can not be the same as username -> Could password score control be sufficient ?
    21  
    22 ++ Security : Blocking brut-force attacks !
    23               -> Way to do that : Count the number of failed attempts to connect and lock the targetted account after x attempts. Where x will be settable by admin.
    24               To unlock the locked account :
    25                -> A new table in admin's plugin panel which would display the locked accounts.
    26                -> Sending an email to account owner to inform him his account is blocked due to multiple failed connexions attempts. This email could have a link with a security key to unlock the account.
    27                -> Both of above solutions ?
    28 
    29 ++ Opportunity to copy a registered user for new user creation
    30   ++ new copied user will (or not) belong to the same groups
    31   ++ new copied user will (or not) get the same status (visitor, admin, webmaster, guest (??))
    32   ++ new copied user will (or not) get the same properties
    33   ++ new copied user will (or not) get the same language
    34   ... and so on
     15See project bugtracker: http://piwigo.org/bugs/my_view_page.php
    3516*/
    3617
Note: See TracChangeset for help on using the changeset viewer.