mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Added some TODO notes
This commit is contained in:
parent
6b4a58674d
commit
71f9e1be72
@ -10,8 +10,8 @@
|
||||
* Administration Area - Users
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $
|
||||
* $Revision: 1.65 $
|
||||
* $Date: 2009-11-12 02:09:03 $
|
||||
* $Revision: 1.66 $
|
||||
* $Date: 2009-11-12 02:14:26 $
|
||||
* $Author: e107coders $
|
||||
*
|
||||
*/
|
||||
@ -1419,6 +1419,9 @@ class users
|
||||
$ns = e107::getRender();
|
||||
$mes = e107::getMessage();
|
||||
|
||||
//TODO Better Password generation.
|
||||
// ie. a "Generate" button, which will place the text into the text field automatically.
|
||||
|
||||
if (!is_object($e_userclass))
|
||||
$e_userclass = new user_class;
|
||||
$text = "<div>".$rs->form_open("post",e_SELF.(e_QUERY ? '?'.e_QUERY : ''),"adduserform")."
|
||||
|
Loading…
x
Reference in New Issue
Block a user